They don't... look at the source of the page: it simply calls a vbscript file called 
cd.vbs with the following contents:

<!--

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

-->

Anthony Aykut
Frame4 Security Systems
Your Partner in IT Security
http://www.frame4.com/

----- Original Message -----
http://www.albinoblacksheep.com/text/cupholder.php

how do you think they do it in PHP?
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html





_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html

Reply via email to