paragvshah
Programmer
Hi Friends,
How can i use image buttons instead of default Submit & Reset
buttons created by forms. This is a registration form & validations for
diffrent fields are provided in a page called "validation.js" which is
called in this page. This is form tag :
<form name="Table3FORM" enctype="text/html" action="mailto:ABC@abc.com"
method=POST>
This are submit & reset button tags:
<input type=SUBMIT name="FormHandler11" value="Submit"
id="FormHandler13">
<input type="reset" name= "Reset" value="Reset">
</form>
please provide the tags that will replace this tags.
How can i use image buttons instead of default Submit & Reset
buttons created by forms. This is a registration form & validations for
diffrent fields are provided in a page called "validation.js" which is
called in this page. This is form tag :
<form name="Table3FORM" enctype="text/html" action="mailto:ABC@abc.com"
method=POST>
This are submit & reset button tags:
<input type=SUBMIT name="FormHandler11" value="Submit"
id="FormHandler13">
<input type="reset" name= "Reset" value="Reset">
</form>
please provide the tags that will replace this tags.