• 0

Web site with infinite popups?


Question

16 answers to this question

Recommended Posts

  • 0

you can make one your self....

try:

<html>
<head><script language="javascript">
function popup(){
    while (1 == 1) {
        window.open("http://www.yahoo.com");
    }
}
</script>
</head>
<body onload="popup()"></body></html>

Link to comment
Share on other sites

  • 0

I created that one in school.

The computer I was using had IE6 SP1.

It has 128MB SDRAM.

After launching about 20 popups, ALL of IE windows were killed and it restarted? :blink:

Link to comment
Share on other sites

  • 0

What does this site have to do with infinite popups? I don't want porn. Good thing I have dial-up :) so it didn't load the pic all the way.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.