Infinite Alert Boxes :
by Mohan[ Edit ] 2012-09-20 12:33:36
<font color=#0000B3>
Infinite Alert Boxes :
As soon as you run this javascript a infinite loop of alert boxes will open which cannot be stopped until you restart your web browser. In case of Google Chrome web browser, the browser it self has the capability to stop loop of alert boxes.
javascript:while(1){alert('Restart your brower to close this box!')}
</font>