Posts: 10
Location: Essex, England (UK)
|
Is it possible to use a graphic in place of the default grey Reset button to clear the contents of the form?
This is the code I am using below;
<input type="image" src="images/submit_blk.gif" name="Submit" value="Submit">
<input type="image" src="images/clear_blk.gif" name="Reset" value="Reset">
After I click the clear button, the form submits instead of reseting!
Does anyone know what I am doing wrong?
|