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 |
How to upload files using html to website?
What is http and html?
Explain the structure of the html webpage.
How do you use tags?
How can you apply javascript to a web page?
How can I allow file uploads to my web site?
Should I close img tag?
Tell us something about the new <canvas> element.
When should I use html5?
How to set the focus to the element in html?
What is a Web Worker?
What is a simple table?