Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you use graphical Submit and Reset buttons ?

Status
Not open for further replies.

sjf

Technical User
Jan 1, 2001
56
AU
I would like to use graphics for Submit and Reset buttons in a form instead of the the standard issue form button. How do I do this?
sjf
 
<input type=&quot;image&quot; src=&quot;&quot;> for the submit button.

and for the reset button:

<a href=&quot;#&quot; onclick=&quot;document.formname.reset();&quot;><img src=&quot;&quot;></a> adam@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top