Free cup holder...

MsgBox "Click here to recieve a free cup holder",64,"Your free Cup holder"
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

hmm, that's the code in the webpage, i wonder if it actually works, 'cause it didn't for me.
 
It does for me. It looks like some sort of visual basic script code... Basically uses some Windows Media Player controls to eject the cd-rom
 
yeah, now that i look at it again, it is vbs, and since it is calling an OCX i doubt it will work on ns/mozilla
 
see, this exactly why linux is a worthless piece of shit operating system, it doesn't support cool vbscript that makes webpages pop out your cdrom.....
:lol2:
 
tommyj27 said:
see, this exactly why linux is a worthless piece of shit operating system, it doesn't support cool vbscript that makes webpages pop out your cdrom.....
:lol2:

LMAO.
Didn't work on my laptop with Opera either.

I thought it was amusing enough to post, and the VBScript is very simple.
 
no, in my ns it won't even show the windows asking you to clicl in order to get the free cup holder.
 
i did that, and then got real scared... my mouth was agape in shock for like half a minute, before i realised it, and closed it.
 
Back
Top