Poppy
08-02-2004, 05:33 AM
I'm wanting to use graphics as my 'send' and 'clear' buttons on e-mail forms but I can't seem to get them so you can click and the form will be sent.
Is there a way I can do this?
Is there a way I can do this?
|
View Full Version : Graphics As Form Buttons Poppy 08-02-2004, 05:33 AM I'm wanting to use graphics as my 'send' and 'clear' buttons on e-mail forms but I can't seem to get them so you can click and the form will be sent. Is there a way I can do this? starlet 08-02-2004, 04:17 PM http://www.codelifter.com/main/javascript/formimagebuttons1.html Or a simpler way... <INPUT TYPE="image" SRC="images/submit.gif" BORDER="0"> |