IE7、IE8下全瓢?麾决方案
网上有许多先容IE7可能IE8全屏办理方案,有的说修改注册表,有的说用ActivieX控件,可是颠末测试都不能正常行使,乃至有的说IE7/IE8基础没有步伐实现全屏,可是我们想一下,微软做的软件产物能这么弱智么?是必然能实现的,下面就实现方案及步调举办先容。 ![]() <html> <head> <title>index.html - Liehuo.Net</title> <meta http-equiv="keywords" content="ie7 ie8 全屏 题目"> <meta http-equiv="description" content="full screen"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script language="JavaScript" type="text/javascript"> <!-- Begin if (this.name!='fullscreen'){ window.opener=null; window.open('http://www.google.com','fullscreen','fullscreen,scrollbars');//http://www.google.com可以换成你想要打开的页面 //window.open('index.jsp'); //无提醒封锁当前窗口 //window.close(); } // End --> </script> </head> <body> <!--猛火网--原作者:梁秀东--> </body> </html> 该方案已经在IE7/IE8测试通过。 (编辑:湖南网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |