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 bkrike 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: liteon
  • Content: Threads
  • Order by date
  1. liteon

    Two javascript in one textfiled

    If I have two JavaScript function (oneX and twoY). What is the proper syntax to run them on a single TextField?, <input onBlur=&quot;oneX(this)&quot; onBlur=&quot;twoY(this)&quot;> does not work. Thanks.
  2. liteon

    script to check input

    Can someone help me writing a script that will check if text field contain name and family name and verify that there is space (at least 1 empty space) between the names. Html: <html> <head> <title>Untitled Document</title> </head> <body> Input Name and Family name: <input...
  3. liteon

    Checkboxed

    The script below creates 3 checkboxes. Can anyone please help me to write a script that if checkbox A is pressed then the others (B and C) are disabled, and if checkbox B or/and C are pressed checkbox A will be disabled. Thanks. <html> <head> <title>Untitled Document</title> </head> <body>...
  4. liteon

    Empty a textbox

    How can I use javascript to empty a textbox or just give it a value of &quot;&quot;.

Part and Inventory Search

Back
Top