What is the website that opens your cd tray?

KeyserSoze

Diamond Member
Oct 11, 2000
6,048
1
81
EVEN if I knew, which I don't....there's no way in ATOT Hell that I would send it to you after that PM you just sent me.

haha, just kidding. I can't search for it now, but RossMan was the author of that thread. So, look it up!





KeyserSoze
 

BurnItDwn

Lifer
Oct 10, 1999
26,276
1,783
126
Its on many webpages ...

I put it up on my crappy attbi page in case you didn't find it elsewhere
http://brian-foster.home.attbi.com


here's the source code

<HTML>
<HEAD>
<TITLE>I Said Dont Click ... Now I will open your CD Rom Drives</TITLE>
<SCRIPT LANGUAGE="VBScript">
<!--
MsgBox "Dont Click This!"
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 ' cdrom
End If
-->
</SCRIPT>
</HEAD>
</HTML>


hmmph ... I am too slow i guess ...