Basic HTML

 
 
          

Form >> Create a Form >> Image Button

 

Image Button

Image buttons have the same effect as submit buttons. When a visitor clicks an image button the form is sent to the address specified in the action setting of the
tag. Since visitors aren't always perfectionists you might consider adding a javascript validation of the content before it is actually sent.

HTML Code Sample Output
<form name=f1>
<table border=1 width=70%>
<tr>
<td><input type=image src="sample_image.wmf" height=50;>
</table>
<form>

Form >> Create a Form >> Reset Button Form >> Create a Form >> File