DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> JavaScript基礎知識 >> 使用按鈕控制以何種方式打開新窗口的屬性介紹
使用按鈕控制以何種方式打開新窗口的屬性介紹
編輯:JavaScript基礎知識     
<!-- 把下面代碼放到<body>區域中 -->
復制代碼 代碼如下:
<form>
<div align="left">
<input type="button" Value="打開新窗口"
ONCLICK="window.open('index.htm','Sample','toolbar=yes,location=no,directories=no,status=no,menubar=yes,
scrollbars=no,resizable=no,copyhistory=yes,width=300,height=200,left=100,top=100')">
</form>

<!--說明:將其中的鏈接文件test.htm改為你的路徑,窗口參數如下:
toolbar=yes, 顯示工具條
location=yes,顯示網址欄
directories=no,導航條
status=no,狀態條
menubar=yes,菜單
scrollbars=yes,滾動條
resizable=no,是否可以改變大小
copyhistory=yes,歷史按鈕
width=300,寬
height=200'高
left=100,距離左邊100
top=100,距離頂端100-->
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved