Looking for a way to safely load a third-party script file that might contain an infinite loop without hanging the page? I attempted to call the javascript file within an updatepanel on button click, but encountered issues with the page still freezing. Even placing it in an iframe did not resolve the problem of the page becoming unresponsive.
Is there truly no method to terminate an infinite loop once it has already initiated?