SetTimeout() and ClearTimeout() to stop freezing of IE8 and dialog aobut scripts overruning
- by igl00
I have some 3rd party software where i can open nsites and run javascript. Because some sites make me stack overflow i ussed the trick wih Registry to modify Styles WRAD to FFFFFF.
Still some sites may do stack overflow due to DOM.
I thought on start of running each site i would do javascript:
setTimeout("window.status='one';",10000);
then on…