Resource Exhaustion Attempt

Home ] Up ] An HTML "Login" Page ] A Simple Web Page ] Simple Web Page with Image ] Page Containing a Web Bug ] [ Resource Exhaustion Attempt ] Example of Browser Hijacking ]

 

Example of a JavaScript Resource Exhaustion Attempt

This page contains JavaScript code:

function exhaust()
{
  for (i = 0; i < 10; i++)
  {
    showModelessDialog("Exhaust2.htm");
  }
}

which will attempt to display 10 modeless dialogs -- it could be more!

 

This page was last changed on January 19, 2005