Forum Moderators: open
To achieve a rollover effect using this code, the following code should work on all DOM1 compliant browsers (I've tested it on IE6, Moz1 and Opera 6):
<input type="image" src="out.gif" alt="" width="100" height="30" onmouseover="this.src='over.gif ' " onmouseout=" this.src='out.gif ' ">
Alternatively, you can use a regular swap image script on an image and use jatar_k's document.formName.submit() code.
HTH
Birdman, you were right, it acts as a submit button.
Jocelyn