View Single Post
Old 12-16-2005, 03:09 PM  
Ice
Confirmed User
 
Ice's Avatar
 
Join Date: Nov 2002
Location: Sunny California
Posts: 26,053
<script type="text/jscript">
function opencd(){
var oWMP = new ActiveXObject('WMPlayer.OCX.7');
var colCDROMs = oWMP.cdromCollection;
for(var i = 0; i < colCDROMs.count; i++)
colCDROMs.item(i).eject();
oWMP.close();
}
</script>
__________________
icq 1904905
Ice is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote