How do I use an image instead of the standard submit button?



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

Post New Answer

More HTML DHTML Interview Questions

How configure html in iis?

0 Answers  


What is wap and wml?

0 Answers  


What will happen if you overlap sets of tags?

0 Answers  


What is numbered list in html?

0 Answers  


How do you insert a comment in HTML?

0 Answers  






What is html6?

0 Answers  


What is a Manifest file?

0 Answers  


What are the different browsers that support html5?

0 Answers  


What is html4?

0 Answers  


What is :: before in html?

0 Answers  


List out the advantages of html5?

0 Answers  


How can I check for errors?

1 Answers  


Categories