Window Object
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
例1window.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()


Document
alinkColor
anchors
bgcolor
cookie
fgColor
forms
lastModified
linkColor
links
locationhash
host
hostname
href
pathname
port
protocol
search
assign()
toString()
vlinkColor
referrer
title