When we make a form, we often set a submit button and a reset button. Sometimes we may use some small pictures to replace these buttons for the sake of the page's appearance. The method of using pictures for submit buttons is very simple, and I believe everyone knows how to do it. So how do you use an image button as a reset form button? Please continue reading. Here I assume that I have two images: submit button image ok.gif, reset button image reset.gif The code to submit a form using an image is: <input type="image" src="ok.gif" alt="" width="93" height="33" border="0" /> 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;" /> |
<<: MySQL Learning: Three Paradigms for Beginners
>>: CSS3 speeds up and delays transitions
This article records the specific steps for downl...
Recently, I have been learning to use nginx to pl...
Environment Introduction: Ubuntu Server 16.04.2+M...
Click here to return to the 123WORDPRESS.COM HTML ...
Table of contents Introduction to the Decorator P...
This article example shares the specific code of ...
I wrote some Qt interface programs, but found it ...
1. Download the 64-bit zip file from the official...
In order to centrally manage the images we create...
Confluence is paid, but it can be cracked for use...
It has been a long time since the last update of ...
This article shares with you the solution to the ...
The World Wide Web Consortium (W3C) has released a...
Table of contents 1. Ubuntu source change 2. Inst...
Table of contents 1 Test Cases 2 JS array dedupli...