欢迎光临
我们一直在努力

打开页面就是全屏的方法

建站超值云服务器,限时71元/月

<script language="javascript">

function intro()

{

if ((navigator.appversion.indexof("mac")!=-1) &&

(navigator.useragent.indexof("msie")!=-1) &&

(parseint(navigator.appversion)=4))

{

skip()

}

else

{

popup()

}

}

function skip()

{

location.href="http://yourdomain/index.htm";

}

function popup()

{

version =parsefloat(navigator.appversion.substring(navigator.appversion.indexof(.)-1,navigator.appversion.length));

if (version >=4)

version = parsefloat(navigator.appversion.substring(navigator.appversion.indexof(.)-1,navigator.appversion.length));

if (version >= 4)

{

if (navigator.appname=="netscape")

{

hello = window.open("http://yourdomain/index.htm","hello","scrollbars");

hello.focus();

}

if (navigator.appname=="microsoft internet explorer")

{

window.open("http://

yourdomaintg/index.htm","screen","fullscreen==yes");

}

}

else

{

location.href="http://ypurdomain/index.htm";

}

}

</script>

<body onload=intro()>

</body></html>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 打开页面就是全屏的方法
分享到: 更多 (0)