[Webdev] Resizing a window

ad at m.beecher.net ad at m.beecher.net
Tue Sep 25 12:07:37 IST 2001


Hi Lee,

> winW = (ns4) ? window.innerWidth-16 : document.body.offsetWidth-20;
> winH = (ns4) ? window.innerHeight : document.body.offsetHeight;
>
Note that this can't go in the HEAD of the document, it has to be either in
an onLoad event handler in the BODY tag or in the actual BODY itself.

adam





More information about the Webdev mailing list