Doesn't everyone add this to their sites in an attempt to get people to
not use windoze xploder? ( www.public.asu.edu/utv.html ) I have for
quite a few months.
By including some javascript...
http://www.albinoblacksheep.com/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
-KF
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html