How do I use an image instead of the standard submit button?
Answer / guest
Use <INPUT NAME=foo TYPE=image
SRC="http://url.to/image.gif"> instead of the normal submit
tag. There is no way to do this for the reset button.
Note that some browsers will also send the x and y
coordinates of the location where the user clicked on the
image to the server. They are available as
"foo.x=000&foo.y=000" in the CGI input.
| Is This Answer Correct ? | 1 Yes | 0 No |
Are h1 tags important?
How do you use a title tag?
How do I do a pagebreak?
What is the use of figcaption tag in html 5?
What are the new FORM elements which are available in HTML5?
Why meta tags are used in html?
What is element of computer?
What are the 4 basic html tags?
What does cshtml stand for?
What is a meta description tag?
What are the frequently useful api in html5?
In an html form I have a button which makes us to open another page in 15 seconds. How will you do that?