演
示
源
代
碼
<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
→
窗口特效
→按鈕打開全屏窗口
··萬旭網站工作室 設計發佈··