woff 發表於 2008-9-21 19:15:50

無工具列視窗

可以自行指定位置與大小的視窗。 <a href="javascript://" onclick="window.open('index.htm','','menubar=no,status=yes,scrollbars=yes,top=100,left=100,toolbar=no,width=770,height=350')">
Open Window</a>
index.htm  所要連結的網頁檔名
menubar yes/no 視窗是否應用選項
status yes/no 視窗是否要否狀態列
scrollbars yes/no 視窗是否捲軸
toolbar yes/no 視窗是否要否工具列
top=200 left=200 視窗開啟的位置
width 視窗寬度
height 視窗高度
若你測試時無法成功開啟網頁,連結請用完整的網址

weifl0001 發表於 2011-6-9 00:41:11

不錯,支持下
頁: [1]
查看完整版本: 無工具列視窗