在 Firefox 2 中禁用自动完成功能
ff。在 Firefox 3 中有效,但在 Firefox 2 中无效。有人知道为什么以及是否有解决方法吗?
<input name="pin" type="password" autocomplete="off" />
The ff. works in Firefox 3 but not in Firefox 2. Anyone know why and if there is a work-around?
<input name="pin" type="password" autocomplete="off" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了这个 http://forums.mozillazine.org/viewtopic.php?t=289077< /a>.似乎将此属性设置为关闭会禁用数据的保存,但不会检索。就我而言,在引入该属性之前数据已经保存,因此它仍然显示。
Found this http://forums.mozillazine.org/viewtopic.php?t=289077. Seems that setting this attrib to off disables the saving of the data but not the retrieval. In my case, the data had already been saved before I introduced the attribute so it was still displayed.