you could javascript it easily enough... <img src="foo.gif" onclick="document.formname.reset();" />
or if you're concerned with older browsers that may not support onclick in the image object... <a href="javascript:void document.formname.reset();"><img src="foo.gif" /></a> On Fri, 11 Mar 2005 11:11:51 -0500, Robert Orlini <[EMAIL PROTECTED]> wrote: > Is there a way I can use an image for a reset button? > > For a submit I have: <input type="image" border="0" src="images/login.gif" > value="Login" name="B1"> > > How different is the coding for the reset button? > > Thx. > > Robert O. > HWW > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.6.4 - Release Date: 3/7/2005 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198403 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

