Has anybody had any success doing mouseovers with images used as submit buttons in a form? Below is an example of what I attempted that blows up...
<form action='post.htm' method='post' name='specialform'>
<image type='image' src='button.gif' width=85 height=20 border=0 align='middle' name='gothere' onMouseOver="document.specialform.gothere.src='button_on.gif'" onMouseout="document.specialform.gothere.src='button.gif'">
</form>
The Jscript error I get says that document.specialform.gothere is null or not found.
Any suggestions would be greatly appreciated!!
Thanks,
Ken Kasmar
Red Falcon Internetworking, Inc. [sig][/sig]
<form action='post.htm' method='post' name='specialform'>
<image type='image' src='button.gif' width=85 height=20 border=0 align='middle' name='gothere' onMouseOver="document.specialform.gothere.src='button_on.gif'" onMouseout="document.specialform.gothere.src='button.gif'">
</form>
The Jscript error I get says that document.specialform.gothere is null or not found.
Any suggestions would be greatly appreciated!!
Thanks,
Ken Kasmar
Red Falcon Internetworking, Inc. [sig][/sig]