I am using an html form to post input values but i do not want to use the default submit button provided.
Is there anyway of using an image file as the button but still submits the form values?
change default submit button on html forms
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Code: Select all
<input type="image" src="path/to/image.gif" />http://www.cs.tut.fi/~jkorpela/forms/imagebutton.html