Sep 5, 2001 #1 siris Programmer Aug 13, 2004 10 IN Hi, How can I use an Image as a submit button. Onclick of that it should take me to the respective form. But I don't have any ideas. Any help??
Hi, How can I use an Image as a submit button. Onclick of that it should take me to the respective form. But I don't have any ideas. Any help??
Sep 5, 2001 #2 shaddow Programmer Mar 22, 2001 1,862 RO Some like this... <form name="formName" id="formName" action="your action page" method="post"> <img src="your image" style="width:50;height:50" onclick="formName.submit();"> </form> Hope this helps u... ________ George, M Upvote 0 Downvote
Some like this... <form name="formName" id="formName" action="your action page" method="post"> <img src="your image" style="width:50;height:50" onclick="formName.submit();"> </form> Hope this helps u... ________ George, M