演
示
源
代
码
<script> <!-- function winopen(){ var targeturl="http://
" newwin=window.open("","","scrollbars") if (document.all){ newwin.moveTo(0,0) newwin.resizeTo(screen.width,screen.height) } newwin.location=targeturl } //--> </script> <form> <input type="button" onClick="winopen()" value="
" name="button"> </form>
按钮打开全屏窗口
按钮名称 :
地址http://
注释:放在<body>与</body>之间
当前位置:
首 页
→
JavaScript
→
窗口特效
→按钮打开全屏窗口
··万旭网站工作室 设计发布··