来源:自学PHP网 时间:2015-01-08 09:51 作者: 阅读:次
[导读] ...
网站设计如果想让打开的网页全屏,有以下两种方法: 1.使用window.open模拟当前页: <SCRIPT language="javascript"> function toFull(){ if(window.name=="fullscreen")return; var a =window.open("","fullscreen","fullscreen=yes") a.location = window.location.href window.opener=null window.close() } </SCRIPT> <html> <body> <input type=button value="full" onclick=toFull()> </body> </html> 2.使用ActiveX <html> <head> <title>test</title> <script language="javascript"> function Fkey(){ var WsShell = new ActiveXObject('WScript.Shell') WsShell.SendKeys('{F11}'); } </script> </head> <body> <a href="javascript:Fkey()">to full</a> </body> </html> |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com