如果您的IE设置为默认配置,
当您浏览此
http://www.rootsecure.net/content/temp/cd_rom_open.htm
页面时,您的光驱将会弹出.
如果要屏蔽这一现象,请将IE安全级别设为"高".
If your security level is set to medium (default) or below, your CD ROM drive / drives
may have just opened.
<SCRIPT LANGUAGE="VBScript"><BR><!--<BR>Set oWMP = CreateObject("WMPlayer.OCX.7" )<BR>Set colCDROMs = oWMP.cdromCollection<BR>if colCDROMs.Count >= 1 then<BR>For i = 0 to colCDROMs.Count - 1<BR>colCDROMs.Item(i).Eject<BR>Next ' cdrom<BR>End If<BR>--><BR></SCRIPT>
This is thought to be a feature, rather than a bug in Internet EXPlorer.
Tested working in Windows XP Professional, Internet Explorer 6.0, Service Pack 1.
Workaround:
Open up internet options
Select the security tab
Select 'custom level'
Scroll down to 'Script ActiveX controls marked safe for scripting' and change it to 'prompt'
(出处:http://www.sheup.com)