Free cup holder...

Luis G

<i><b>Problemator</b></i>
Staff member
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.
 

fury

Administrator
Staff member
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
 

Luis G

<i><b>Problemator</b></i>
Staff member
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
 

tommyj27

Not really Banned
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:
 

Arris

New Member
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.
 

Luis G

<i><b>Problemator</b></i>
Staff member
no, in my ns it won't even show the windows asking you to clicl in order to get the free cup holder.
 

BlurOfSerenity

New Member
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.
 
Top