如何使用html禁用输入字段历史记录
这个问题在这里已经有了答案:
只需在您的输入元素上设置autocomplete="off"
。
<input name="yourname" type="text" autocomplete="off"/>
链接地址: http://www.djcxy.com/p/26441.html
上一篇: How to disable input field history using html
下一篇: Is there a way to disable cookies in your HTML/PHP Code for Logins