<!-- 把下面代碼放到<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-->