I need to load a third party script file(which I do not have any control), but I want to avoid hanging the page in case the script has an infinite loop in it. I tried calling the javascript file and put it in an updatepanel only on a click of a button but the page still hangs. I even tried putting it in an iframe just to separate it from other controls and the same scenario happens.
Is there really NO way to stop an infinite loop once it has started executing?