Form submit buttons

liunx

Guest
I have a form with 3 text fields (name / Email / Comments). Now is it possible to use a rollover button that can submit the form ?<br />
<br />
If so, how can I do it ?<br />
<br />
Thanks<br />
<br />
Toot<!--content-->try this:<br />
<br />
<br />
<input type="submit" name="submit" value="Cool button" onmouseover="this.style.backgroundColor='#0076a3';" onmouseout="this.style.backgroundColor='#FFFF00';" style="background-color: #FFFF00"><br />
It should work.. ;)<!--content-->Many thanks for the reply.<br />
<br />
Appreciated.<br />
<br />
Toot<!--content-->You纾杄 welcome! :) <br />
Actually I didn纾
 
Back
Top