[thelist] javascript, input type=image and mouseovers

Peter-Paul Koch gassinaumasis at hotmail.com
Wed Dec 13 08:30:40 CST 2000


> > Anyway, for a mouseover submit button do
> >
> > <A HREF="javascript:document.formName.submit()"><IMG
> >    SRC etc onMouseOver/Out=normal mouseover functions></A>
> >
>
>but that means users without javascript can't submit the form - i was
>only trying to make it pretty, not make it exclusive :-)

<SCRIPT>
document.write('<A HREF="javascript:document.formName.submit()"><IMG
   SRC etc onMouseOver/Out=normal mouseover functions></A>');
</SCRIPT>

<NOSCRIPT>
<INPUT TYPE=submit>
</NOSCRIPT>

ppk
_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com





More information about the thelist mailing list