我查看了this post和this post,但它们对我有用。那些帖子是4-5岁,所以浏览器的规则可能已经改变或变得更具体了?
以下是登录表单。没有ajax,也没有任何类型的javascript。我已尝试将输入名称从usernameOrEmailAddress
更改为username
,但这不会改变任何内容。
<form method="post" name="loginForm" id="loginForm" action="login-check.php" autocomplete="on">
<table>
<tr>
<th>Username or Email Address</th>
<td><input autofocus type="text" name="usernameOrEmailAddress" value="" required></td>
</tr>
<tr>
<th>Password</th>
<td><input id="password" type="password" name="password" value="" required title="Password"></td>
</tr>
</table>
<div class='row'>
<input class="inputsubmit button" name="login" type="submit" value="Login" />
</div>
</form>
Chrome和Firefox都没有提示下次保存密码。我做错了什么?
答案 0 :(得分:0)
只要能够检测到用户名和密码字段,大多数浏览器都会自动执行此操作。当我复制并粘贴您的代码时,这是我计算机上的图片。
如果它不适合您,请清除缓存和Cookie,然后再次尝试。您还在使用哪些浏览器?