Click to See Complete Forum and Search --> : gif as form send button


andrew1234
08-27-2003, 06:48 AM
how do i replace the standard form submit button with a gif.

<form name="form1" method="post" action="">
<input type="submit" name="Submit" value="Submit">
</form>

thanks

Andrew

chrisw184
08-27-2003, 07:15 AM
This forum is for JavaScript but as you are wanting something easy, here you are:
<input type=image src="imagename.gif" border="0">

andrew1234
08-27-2003, 07:19 AM
sorry i thouight it fell under Javascript

andrew