That is not working.
I went ahead and put in
alert(document.body.clientHeight);
alert(document.body.offsetHeight);
alert(document.body.scrollHeight);
and got the same results back for each one (4528).
I know that my screen resolution is only 768 high, so
4528 could not possibly be the...
Hi all,
I have been trying to make a window pop-up in the center of another window that I have.
I have seen other posts here, and have researched myself to find some methods of getting height and width of a window except under the following circumstance.
If I have a window that is not part of...
As a general rule, security is set up on both ie and netscape to prevent you from keeping your source code hidden, however, there are some cases where you can hide it from the average user.
1. In IE, you can create a modal dialog box. This is like a popup window, and you can have HTML in it...
Hi all,
I have been trying to make a window pop-up in the center of another window that I have.
I have seen other posts here, and have researched myself to find some methods of getting height and width of a window except under the following circumstance.
If I have a window that is not part of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.