1 回答

TA貢獻(xiàn)1798條經(jīng)驗(yàn) 獲得超7個(gè)贊
不要忘記添加method具有以下值的屬性post:
<form name="formLogin" action="path/to/yourfile/loginLog.php" method="post">
<action="loginLog.php" method="post">
<p><label for="userN">User Name: </label>
<input type="text" name="userN" id="userN" size="20" maxlength="8" tabindex="1"></p>
<p><label for="pin">PIN Number: </label>
<input type="password" name="pin" id="pin" size="20" maxlength="8" tabindex="2"></p>
<input type="submit" onclick="return login();" />
<input type="reset" onclick="document.formLogin.userN.focus();" />
</form>
- 1 回答
- 0 關(guān)注
- 103 瀏覽
添加回答
舉報(bào)