[RESOLVED] using image as form submit button

liunx

Guest
Is there a way to use an image as a form submit button?<br />
<br />
For example:<br />
<br />
<br />
<br />
<input type="submit" name="submit" src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.someDomain/someFolder/someImage.gif" /><!--content--><input type="image" src=http://www.webdeveloper.com/forum/archive/index.php/"image.gif"><br />
<br />
That will act like a submit button.<!--content-->so if I did that then all the other fields in the form will be sent to the action file right?<!--content-->Right!<!--content-->
 
Top