Skip to content
Advertisement

Tag: browser

php simple rand() look up taking long / crashing browser?

I’m running this code: First loads of the page are usually super fast. Then suddenly: Fatal error: Maximum execution time of 120 seconds exceeded It’s either working super fast or crashing. Can someone help me understand why this is? Thank You Answer You have committed a “logic” mistake. If $n1 = rand(1,20); sets $n1 to any number from 11 to

Back Navigation Caching – IE

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? Answer Here’s a demo that floods

Advertisement