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: *

  1. ptichka

    checkbox

    Thanks so much. Your suggestion worked perfect!!!
  2. 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...
  3. ptichka

    Saveing an Image

    simonchristieis, I think I can use asp. But I don't really know asp. If you have the code that I can try that would be great. Thanks.
  4. 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...
  5. ptichka

    printing image (and other)

    Adam, I tried the function you suggested. It does work in IE, but I can't make it work in Netscape. It doesn't even open a new window with the image. DO you know why?
  6. 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.
  7. ptichka

    function(this)

    XgrinderX and clarkin, Thank you both for helping me. I 've got the part that I couldn't to work now. But I also wanted to put the focus back on the field that the function is called from (I call the function onChange instead of onBlur), and I get an error as well. I tired this: function...
  8. 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...
  9. ptichka

    count checkboxes

    Thanks so much everybody for helping. I got exactly what I needed.
  10. 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.
  11. ptichka

    dependent drop-downs

    I am pretty new at JavaScript, so this might be easy stuff that I just don't know. How do I user the results of my 2 queries to get my lists?
  12. 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...
  13. ptichka

    How to change font color

    mwolf00 thanks so much for replying. The script u gave me works perfect in IE but gives me this error in Netscape : document.getElementById is not a function. I have Netscape 4.7. Is it some kind of a bug in 4.7?
  14. 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.
  15. ptichka

    OS Login

    request.servervariables(&quot;LOGON_USER&quot;) Is that JavaScript or ASP?
  16. ptichka

    OS Login

    Do you know how I can do it with asp?
  17. 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.
  18. ptichka

    Compare entered text field value with database

    Hi FesterSXS , No I am not using any ASP.
  19. 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