Using an image as a submit button on a form
Posted: Fri Sep 09, 2005 8:27 am
I can't get this image to work as a submit button for my form. When the image (submit button) is clicked, it does nothing. Am I missing a line of code?
Thanks for any help
Code: Select all
<form action="" method="post">
</form></table>
<div align="center"><img src="images/temp01.gif" width="183" height="124" alt="" border="0"></div>
<div align="center"><img src="images/title01.gif" width="183" height="35" alt="" border="0"></div>
<nobr><div style="padding-top: 10px; padding-left: 20px;">
<input type="Text" name="user" value=" LOGIN" size="15" mazlength="30"><br>
<input type="password" name="pass" value=" PASSWORD" size="10" maxlength="30">
<input type="Image" src="images/b_go.gif" name="sublogin" width="22" height="28" alt="" border="0" align="absmiddle">
</div></nobr>