Scarpozzi
Lifer
I'm trying to figure out how to get the enter key to submit a form using php. Does anyone know what I need to do to get this to work? Thanks-
-Scar
-Scar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 //EN" "/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<body ******="javascript😀ocument.sidform.mysid.focus();">
<head>
<link rel="stylesheet" type="text/css" media="screen" href="SIS.css" title="PW Stylesheet"/>
<script type="text/javascript" src="/Resources/JS/win_func.js">//</script>
<title>Security Verify</title>
</head>
<div class="form">
<label for="sidform">Please verify your SID to protect your information</label>
<form method="POST" action="menu.php?pageid=sidpage&form=sidform&tid=pu3OfMCofgcAAAS6LScAAA
L" class="twocol" id="sidform" name="sidform">
<table>
<tr>
<td align="right">
<label for="mysid">Secure ID</label>
</td>
<td>
<input type="password" name="mysid" size="9" maxlength="9" value="" id="mysid"/>
</td>
</tr>
<tr>
<td>
<input type="submit" name="action" value="Verify SID"/>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>