Free Cupholder

wait…so how would i close it?

im guessing that it would be something like

>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).Inject
Next ’ cdrom
End If

–<
>/SCRIPT<

Since I have VB6 and Visual Studio, it warns me before executing vb script on a website. It also saves the code for me to look at :stuck_out_tongue:

it wasn’t working, even when i shut down norton…

do you have XP. if so, they have a built in fire wall. that might cause it to not work correctly.

 
 <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>

yeah i was like what virus/spyware did i get now

This is the best one yet.:bounce:

I’m on XP, built in fire-wall doesn’t stop it.

Holy sh*t!!

That scared the crap outta me! It also stopped my music, grr!

  • Soul :s:

But it was so kewl that I added it to my website.

jt