解决方法:
ie7 >> internet 选项 >> 安全 >> 本地 Internet >> 自定义级别 >>
将 “允许网站打开没有地址或状态栏的窗口” 和 “允许由脚本初始化的窗口,不受大小和位置限制”设为启用。
启动脚本:
<script type=”text/javascript”>
<!–
function openFullScreen() {
window.open(”index.htm”,”mainWindow”,”fullscreen=1,titlebar=0,menubar=0,directories=0,location=0,status=0,scrollbars=0″);
}
//–>
</script>