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';"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.