JavaScript ? - ???? ?? ??
JavaScript ? - ???? ?? ??
BOM(???? ?? ??)? JavaScript? ????? "??"?? ??? ?????.
???? ?? ??(BOM)
???? ?? ??(BOM) ?? ???? ??? ????.
?? ????? JavaScript ?? ??? ?? (??) ??? ??? ? ??? ???? ??? ?? BOM?? ???? ??? ? ?????.
Window Object
?? ????? window ??? ?????. ???? ?? ?????.
?? JavaScript ?? ??, ?? ? ??? ???? ? ??? ???? ???.
?? ??? ? ??? ?????.
?? ??? ? ??? ??????.
HTML DOM? ??? ? ??? ?? ? ?????:
window.document.getElementById("header");
??? ????:
document.getElementById("header");
? ??
???? ?(?? ??? ??? ??? ??? ????? ???)? ??? ???? ? ?? ??? ????.
Internet Explorer, Chrome, Firefox, Opera ? Safari? ??:
window.innerHeight - ???? ?? ?? ?? window.innerWidth - ???? ?? ?? ??
Internet Explorer 8, 7, 6, 5? ?? :
document.documentElement.clientHeightdocument.documentElement.clientWidth
??
document.body.clientHeightdocument.body.clientWidth
?? ? ??
?? ??:
window.open() - ?? ? ? window.close() - ?? ?? ????. window.moveTo() - ?? ?? ?????. window.resizeTo() - ?? ?? ??? ?????.