【发布时间】:2014-04-15 05:38:29
【问题描述】:
我正在开发 asp.net 网站。我添加了autocomplete=”off” 属性表单和对象但不工作。我尝试了很多方法但没有一个工作。在 IE 10 , IE 9 中,它正在工作,但在IE 11 它不起作用。任何人都可以帮我解决这个问题。
【问题讨论】:
-
请分享您的尝试
标签: asp.net internet-explorer cross-browser
我正在开发 asp.net 网站。我添加了autocomplete=”off” 属性表单和对象但不工作。我尝试了很多方法但没有一个工作。在 IE 10 , IE 9 中,它正在工作,但在IE 11 它不起作用。任何人都可以帮我解决这个问题。
【问题讨论】:
标签: asp.net internet-explorer cross-browser
IE11 故意忽略此属性。在此处查看 IE11 更改列表:http://blogs.msdn.com/b/ieinternals/archive/2013/09/24/internet-explorer-11-changelist-change-log.aspx。
【讨论】: