在 Firefox 2 中禁用自动完成功能

发布于 2024-08-14 17:49:45 字数 149 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枫以 2024-08-21 17:49:45

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文