[ 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 ]
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!