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

    W3C validation fails - fixing it breaks javascript

    I'm using a simple javascript routing for button rollovers. The rollover images get preloaded: image1 = new Image(); image1.src = "/images/image1blue.jpg"; And the buttons are implemented like this: <a href="/index.php" onmouseover="image1.src='/images/image1blue_2x1.jpg';"...
  2. squibs

    Javascript to force submit when return pressed

    I found some javascript to force a submit action. It is invoked if the user completes a textbox in a form and hits the return key with the textbox in focus, rather than explicitly clicking the submit button. I have an alert which proves that the javascript is running and hitting the block...

Part and Inventory Search

Back
Top