Using some small pictures instead of these buttons is very simple to use pictures for submitting buttons, and I believe everyone can do it. So how to use image buttons as reset form buttons? Interested friends can see that when we make forms, we often set a submit button and a reset button. Sometimes we may use some small pictures instead of these buttons for the good look of the page. The method of using images for the submit button is very simple, and I believe everyone can do it. So how do you use the picture button as the reset form button? Please continue reading.
Here, let's say I have two pictures: Submit button picture ok.gif, reset button picture reset.gif
The code to use an image as the submission form is: <input type=image src=ok.gif />
The code to use an image as the reset form is: <input type=image src=reset.gif alt= width=93 height=33 border=0 onclick=reset();return false; />