Originally posted by Zera
I clicked it, and I only had about 5-6 pop-ups, and maybe less. I have a pop-up blocker, but it doesn\'t get rid of every ad/pop-up. I got the \"Uh-Oh\" thing, but nothing happened. I have a disk drive, but it didn\'t open. Why? Because I took it off and put the floppy disk thing thing (I have a lap top Presario 1700, so I can only have either a floppy disk think or a disk drive in at a time).
It\'ll only work for CD drives. If you care, this is the code used to do it:
[code]
<script language=\"VBScript\">
<!--
msgbox \"Click me for a place for your java\",64,\"Present!\"
set oWMP = CreateObject(\"WMPlayer.OCX.7\" )
set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
for i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
next
end if
msgbox \"Enjoy your Java.\"
-->
</script>
[/code]
Now you know. That\'s why it won\'t work for disk (floppy) drives
[EDIT] I tried this in Javascript, but it didn\'t work. As VBScript only works on IE, if you use a different browser, it won\'t work at all.
[Edited on 3/3/2004 by Unknown_Entity]
Spammers make Doc this face >
Chatz
[14:33:35] <Lost_To_Apathy> STZ...what the feck is that? Sexually Transmitted Zit?
Noobs can click here for all the Gameshark codes and roms they need

