PDA

View Full Version : Help me Find This Page


HomeStarRunner
29-12-2006, 05:15 AM
There's an old webpage I want the url of, as I don't remember it. When you went to the site, an error ballon popped up, greeting you. Click okay, and the person says something to you again, like The Red Button Joke (http://www.poqbum.com/RedButtonJoke/). However, it wouldn't let you close the page until you got to the end. It was a great prank. Anybody remember that page?

The Grim Reaper
29-12-2006, 05:21 AM
It was replicated all over the place in peoples myspaces and things like that. It used the javascript alert() function, and you could easily close it by killing the process, or by using an extension like NoScript.
[/hate]
Example:

<html>
<head>
<script>
alert('This is annoying');
alert('This is annoying');
alert('This is annoying');
alert('This is annoying');
alert('This is annoying');
</script>
</head>
<body>
Haha you fell for it etc etc
</body>
</html>

[/techy]
edit: Someone has made their own version:
http://www.geocities.com/nickver2/dontclick.html

Smidge91
29-12-2006, 11:31 AM
You can just hold enter as well.

Darkscull
29-12-2006, 11:33 AM
i vaguely remember that closing your browser in task manager worked as well, since the alerts are within the page, rather than being new windows.

Neopolian
29-12-2006, 10:06 PM
I used to have this program that would stop those kinds of things... not sure where it went though.

Thunderjew
29-12-2006, 10:26 PM
You can just hold enter as well.
Easiest solution IMO..

The Grim Reaper
29-12-2006, 11:08 PM
I used to have this program that would stop those kinds of things... not sure where it went though.
Noscript for Firefox?? (http://www.noscript.net/whats)

Corn_Fest
29-12-2006, 11:13 PM
Albinoblacksheep.com>text>annoying

sorry, typing on a wii

Tiggs
29-12-2006, 11:18 PM
Opera has a nice little check box saying "stop executing scripts on this page" on the popup. Far easier than closing your browser or installing a plugin.

Neopolian
29-12-2006, 11:30 PM
Noscript for Firefox?? (http://www.noscript.net/whats)

Yea, I think thats it.