Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FalconMaster

    Window height in ie6. body.clientHeight no help

    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...
  2. FalconMaster

    Window height in ie6. body.clientHeight no help

    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...
  3. FalconMaster

    Disable View Source Code

    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...
  4. FalconMaster

    Window hgt in ie. Body.offsetHeight not right.

    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...

Part and Inventory Search

Back
Top