IE全屏

 <script type="text/javascript">
        var w1=window.createPopup ()
        document.write("<OBJECT classid=clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11 onreadystatechange =if(this.readyState==4)this.Click() id=HHCtrl_Object1><PARAM name=Command value =minimize></OBJECT>")
        w1.document.body.oncontextmenu=w1.document.body.onselectstart =function(){
        return false}
        w1.document.body.innerHTML="<table bgcolor=black width =100% height=100%><tr><td align=center style=color:white;font -weight:bold;font-size:75px;cursor:default>IE全屏</td></table>"
        w1.show(0,0,screen.width,screen.height)
 </script>

你可能感兴趣的:(object,function,IE,command,table)