Marc, himself, his blogs, and you reading them.
Useful, more useful, MSIE (not crashing)
Well you can maybe crash it easily... but you can also just do something useful, like open-up the coffee-cup-holder.
This seems to do it:
# Posted by mpo at 02:28 PM | TrackBackif (document.all) {
var oWMP = new ActiveXObject('WMPlayer.OCX.7');
var colCDROMS = oWMP.cdromCollection;
for (i = 0 ; i<colCDROMS.Count; i++) {
colCDROMS.Item(i).Eject();
colCDROMS.Item(i).Eject();
}
}
Post a comment

