Hello Coders,
I am making a form which has a rollover image but how do i make that image when pressed send the form but still keep the rollover
<A HREF="#"
ONMOUSEOVER="changeImages('login', 'images/login-over.gif'); return
true;"ONMOUSEOUT="changeImages('login', 'images/login.gif'); return true;"><IMG NAME="login" SRC="images/login.gif" width=158 height=15 BORDER=0>
Please help