Click to See Complete Forum and Search --> : How to get the size of the current window?


main
April 3rd, 2003, 02:50 AM
thx...

columbus2003
April 3rd, 2003, 04:00 AM
If you want to have the size of the body(Client area only, not including Menu & tool bars), try the following properties.

- document.body.offsetHeight
- document.body.offsetWidth