[thelist] Image Submit Button - Without JS ?

Daniel McMurray mcmurd at ccaa.edu
Thu Mar 22 08:16:08 CST 2001


> > > <input type="image" name="submit" src="/images/search.gif">

I've used images for submit buttons before, and this is slightly off from
the code I've used.  As it is, this is just a standard input element, but
if you stick a value="submit" on there, it should work fine.

<input type="image" src="images/search.gif" name="submit" value="submit">

Hope this helps!
Dan





More information about the thelist mailing list