Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Javascript Form Reading - July 05, 1998 at 05:59:23

You are here: irt.org | BBS | Javascript Form Reading [This BBS is closed]

Posted by Andy Tatton on July 05, 1998 at 05:59:23:

Can Anybody tell me what's wrong with this script.

I just can't get it to work and I don't know why.

<HTML>
<head>
<title>Customer Database</title>
<SCRIPT language="JavaScript">

</SCRIPT>
</head>
<body>
<font size="6">Customer Entrance</font><p>
<form name="logon" onsubmit="gateKeeper ()">
<table>
<tr>
<td align="right">User Id:</td><td align="left"><input name="username"></td></tr>
<tr>
<td align="right">Password:</td><td align="left"><input name="password"></td></tr>
<tr>
<td colspan="2"><input type="submit" value="Login"></td></tr>
</table>
</body></HTML>
Follow-ups:

You are here: irt.org | BBS | Javascript Form Reading [This BBS is closed]

©2018 Martin Webb