Just receiving the following error now and then in IE when loading one of my pages.
A script on this page is causing Internet Explorer to run slowly. If
it continues to run, your computer might become unresponsive.
The page does take a long time to load, and basically list a bunch of products, which is displayed in nested repeaters.
I am just wondering what is the best way to trouble shoot this bug ?
And what prompts this bug, is it page load time, an infinite loop, etc..
EDIT : I just noticed the page loads pretty much instantly in firefox, so must be an IE thing.
If JavaScript executes more than a set number of statements without yielding (returning from a function), IE will throw up this dialog.
The maximum number of consecutive statements is stored in
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles\MaxScriptStatementsand defaults to 5,000,000.