View Single Post
  #9  
Unread 10-15-2004, 04:20 PM
Averad Averad is offline
A Griffawn
Interface Author - Click to view interfaces
 
Join Date: Oct 2004
Posts: 73
Default

Quote:
Originally Posted by Stilletto
HAHA thats great!!! I like the one where it says to click here for a free pop coaster from coca cola ... and when ya click it your cd rom tray opens up!
Code:
<SCRIPT LANGUAGE="VBScript">
<!--

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>
Reply With Quote