I am trying to place image button in the form and want it to act as a submit button.
After bit of googling - i found out if i add value to the image button it will act as a submit button -
Code: Select all
<input name="Submit" type="image" src="../../abc.gif" width="70" height="25" value="Submit" />
Any help would be greatly appreciated.
Thank You.