What should I do to make an image submit button instead of having the usual button?
use javascript with an onClick() event on the image that submits the form
simple HTML...
<input type="image" border=0 name="NAME" src="name.gif">
more HTML help:
http://hotwired.lycos.com/webmonkey/reference/html_cheatsheet/
gd luck
andre @ performance technologies
oops. if <input type="image"> tag submits the other vars also then use that.