Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ptichka
  • Content: Threads
  • Order by date
  1. ptichka

    checkbox

    Hi everybody, I am pretty new at using JavaScript. SO I have having a bit of a problem. I have a list of checkboxes, which are named dynamically with values from the database. I also have a list of radio buttons which have values which match the names of the corresponding checkbox. (I...
  2. ptichka

    Saveing an Image

    Hello everyone. I have a number of images on my web page which are dynamically displayed. The user wants to be able to have a button that when slicked will prompted them to do a save. I've tried using execCommand("SaveAs") but for some reason it seems to be inconsistent the was I have it...
  3. ptichka

    printing image (and other)

    Hello everyone! I need to be able to print and save images one by one on my web page. I know how to print the entire page, but can I print one image using javascript. (just like the options available if the user right clicks on the image) Thanks for helping.
  4. ptichka

    function(this)

    Hello everybody, I am pretty new at this so I keep getting an error that I can't figure out. This is what I have: function ValidateForm(field){ alert(field); var dt=document.frmSample.field.value if (isDate(dt)==false){ dt.focus() return false } return true } </script> <form...
  5. ptichka

    count checkboxes

    Hello everyone, I have 10 checkboxes. But I want the user to only be able to select 3 checkboxes out of 10. How can I check that the user did not select more? Thanks.
  6. ptichka

    dependent drop-downs

    Hello everybody, I need help. I have two drop down lists (each populated by it's own query). If the user selects an option in the first one, that should then effect the output of the list in the second drop-down. But I need all this to work with out my page being reloaded every time. Does...
  7. ptichka

    How to change font color

    Is there any way to change the text color of text inside a table? I have a function where I use setTimeout(). So every few seconds I want to be able to change the color of the text in my table. Does anyone have any suggestions for me...please.
  8. ptichka

    OS Login

    Hello. Does anyone know if it's possible to capture the user name entered by the user when they log into the network? I need to display that same login as their login on my form. Any input would be greatly appreciated. Thanks.
  9. ptichka

    Compare entered text field value with database

    Hello everybody, I am kind of new to javascript, so if anyone could help me I would greatly appreciate it. I have a text field, where a user would enter a username, and when the user clicks on &quot;check if available&quot;, if that username is already in the data base, I need to give an alert...

Part and Inventory Search

Back
Top