PDA

View Full Version : Free cup holder


zipulrich
May 10th, 2003, 05:31 PM
Here it is. (http://www.owlnet.rice.edu/~bkahn/)

lufbra
May 10th, 2003, 06:04 PM
Is it the same as this one, Zip!!! ;)

http://www.cybertechhelp.com/forums/showthread.php?s=&threadid=16177

lufbra
May 10th, 2003, 06:06 PM
LOL, the one in the Jokes Forum ain't there anymore!! :)

Harrie
May 10th, 2003, 06:11 PM
Wow, that had me good and freaked for a minute or two, geeeez!! :D

enat66
May 10th, 2003, 11:06 PM
Neat!
It wont' work in Mozilla or Netscape(I think) or Opera. If you look at the page source it's just a fairly short 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


The If statement is simple to make sure all the drives open. the WMPlayer part of it makes me think that it has to do with windows media player.

Harrie
May 11th, 2003, 01:04 AM
It's really kind of scary, though, when you think about it!

smurfy
May 11th, 2003, 02:58 AM
Yeah enat, it's a pretty flat joke for anyone not using Windows/IE

zipulrich
May 11th, 2003, 03:34 AM
Granted, smurfy, that 'parlor trick' is an old one. :)

But things started getting slow around here, and I was just trying to...........................:(

It's hard coming up with entertaining stuff for those of you on Opera and FreeBSD :D :D :rolleyes:

tramtwo
May 11th, 2003, 06:30 PM
You know we spend so much time worried about firewalls and antivirus, and malware, and spyware, ect... Yet something as simple as a few lines of code from out there can physically affect my PC, what else can be done in this manner? My firewall has a stealth mode and most sites think I'm using Netscape ;) , this trick worked however.

ThunderChicken
May 12th, 2003, 10:01 PM
That's the third variation of that I've seen so far. Problem is, It crashes my computer after the drive opens. Any ideas why? IE 6 and windows 98 SE :D