When I am running web application on IE 11, getting warning message as below:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
Same question is posted in: Form/JavaScript not working on IE 11 with error DOM7011 How to remove this warning message from my console panel?
Advertisement
Answer
Here’s a demo that floods the F12 debugger console with that DOM7011 message. Just click and change the select options. It’ll produce that message each time.
I think it’s a bug.
https://googledrive.com/host/0B8BLd2qPPV7XaEpiYlM3WWhicWM (demo)