The register button for our ASP.net form, which uses the __postback
function stopped working on IE 11, from the developer console, it shows:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337.
Does anyone know how to get around with this? What is this caching thing and why does it mess up forms. I seen similar complaints about this from others.
question from:https://stackoverflow.com/questions/21920864/form-javascript-not-working-on-ie-11-with-error-dom7011