|
Does this bug also affect images as since most form nowadays have an image as a submit button:
<form action="includes/regformprocess.php" method="post" id="reg" name="reg" onsubmit="do something">
<input type="text" class="inputtext2" id="username" name="username" />
<INPUT TYPE="image" SRC="images/signup.png" HEIGHT="25" WIDTH="63" BORDER="0" ALT="Submit Form">
|