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
Table of contents Vue first screen performance op...
1. Create an empty directory $ cd /home/xm6f/dev ...
Table of contents Common array methods Adding and...
In an unordered list ul>li, the symbol of an u...
Prepare: MySQL 8.0 Windows zip package download a...
Table of contents View network configuration View...
Installation of MySQL decompression version and N...
The installation process of VMwarea will not be d...
1. Uninstalling MySQL 5.7 1.1查看yum是否安裝過mysql cd y...
Table of contents 1. What I am going to talk abou...
Route Jump this.$router.push('/course'); ...
Tetris is a very classic little game, and I also ...
Overview The framework diagram of this article is...
In the previous article "MySQL table structu...
Stored Procedures 1. Create a stored procedure an...