在浏览器中触发密码保存对话框?

时间:2012-09-02 11:56:53

标签: html forms login passwords

我已经尝试过这两个问题的解决方案: Why isnt the browser asking to remember the password?How does browser know when to prompt user to save password?,但我无法让浏览器在此网站上记录登录表单的密码:http://lksonorizacao.com.br/newsite/?painel。表单由PHP放置,没有AJAX或任何动态。这是表单的代码:

<form action="./?painel" method="post">
    <input type="text" name="username" placeholder="Usuário" autofocus autocomplete /><br />
    <input type="password" name="password" placeholder="Senha" /><br />
    <input type="submit" name="Login" value="Login" />
    <div style="height: 5px;"></div>
</form>

我不知道该怎么做。

0 个答案:

没有答案