you said: >http://www.albinoblacksheep.com/text/cupholder.php >how do you think they do it in PHP? >
It's easy.
foo.html:
<script src="cd.vbs" language="VBScript"></script>
cd.vbs:
<!--
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
-->
