Firefox 预先记住 .NET 中的文本框值
我有多个文本框来输入信用卡和安全号码。但我不希望浏览器记住客户输入的数字。
注意:页面完全使用javascript发送ajax请求进行任何操作。
I have multiple textboxes to enter credit card and security number for it. But I dont want browsers to remember which numbers the customer entered to them.
Note: The page is completely sending ajax request by using javascript for any operations.
Refers to : Is there a W3C valid way to disable autocomplete in a HTML form?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您可以使用 HTML 属性
autocomplete
以及值off
。I believe you can use the HTML attribute
autocomplete
with the valueoff
.