dez/null said:Click here to get your free cupholder!
[URL="Invalid Link Removed]http://chrisstorer.com/cupholder.htm[/URL]
Colibri said:If that doesn't show the code, **** it.
<SCRIPT LANGUAGE="VBScript">
<!--
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
-->
</SCRIPT>
Draven said:
Here you go.
PHP:<SCRIPT LANGUAGE="VBScript"> <!-- 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 --> </SCRIPT>
WiNgS said:
nothing is happening when i click on the site, i get that pop up then its a black background with "free cup holder" in green writing.....how would that make my cd rom pop out?
Draven said:
It uses VB scripting, but it will only work with more current versions of windows. More specifically with ones using Windows Media Player CD controls.