image button as a submit button
Posted: Fri Aug 20, 2010 4:07 am
Hi Devs,
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 -
But this is obviously not working - is there something am doing wrong ??
Any help would be greatly appreciated.
Thank You.
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.