frames | ||
parent | 在frameset-frame中的frameset | |
self | 指現在的window | |
top | 不管經過幾層的最上層 | |
status | 顯示text在status bar中 | |
defaultStatus | 在status bar中的預設值 | |
alert() | ||
confirm() | ||
close() | ||
open() | toolbar | 產生一個標準格式的toolbar |
location | ||
directories | 產生一個標準格式directory按鍵 | |
status | 產生status bar | |
menubars | ||
scrollbars | 超出一視窗就會有scrollbar | |
resizable | 同意使用者resize window | |
width | ||
height | ||
例1 | window.open("new.html","newWindow", "toolbar=yes,location=1,directory=yes,scrollbars=yes,resizable=0,copyhistory=1, width=200,height=200") | |
setTimeout() | setTimeout('go()',5000); //五秒後執行go() | |
clearTimeout() | clearTimeout(timeoutHandler) | |
prompt() |
alinkColor | |
anchors | |
bgcolor | |
cookie | |
fgColor | |
forms | |
lastModified | |
linkColor | |
links | |
location | hash |
host | |
hostname | |
href | |
pathname | |
port | |
protocol | |
search | |
assign() | |
toString() | |
vlinkColor | |
referrer | |
title |