Why is the Internet Explorer Autocomplete feature disabled for all html forms on my website?

后端 未结 4 1915
名媛妹妹
名媛妹妹 2021-01-16 02:15

When Internet Explorers AutoComplete is turned on for Forms the entries for each field in the HTML form should be cached and displayed as a prompt when the user starts enter

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-16 03:15

    dgavey - how are your forms being submitted? Microsoft isn't overly clear about this subtle issue, but;

    YOU HAVE TO SUBMIT YOUR FORMS WITH A SUBMIT BUTTON
    

    for this to work!

    Unless of course you are like every site out there that likes to design their own forms thank you very much, and thus you'll need this hack to make IE behave.

    http://webbugtrack.blogspot.com/2007/08/bug-137-ie-autocomplete-hardly-ever.html

    which points the KB article here, where MS explains this really odd behavior.

提交回复
热议问题