Get page height and width

Source: Internet
Author: User

JS Get:

Web page Visible Area width: document.body.clientWidth page visible Area High: Document.body.clientHeight Web page Visible area width: document.body.offsetWidth (including edge width) Web page Visible Area High: document.body.offsetHeight (including edge width) Page body Full text width: document.body.scrollWidth page body Full text High: Document.body.scrollHeight page is rolled High: Document.body.scrollTop (IE7 invalid) Page is rolled away left: Document.body.scrollLeft (IE7 Invalid) page is rolled High: Document.documentElement.scrollTop (IE7 valid) Web page is rolled away left: Document.documentElement.scrollLeft (IE7 valid) Page body part: Window.screentop page body part left: Window.screenleft screen resolution High: Window.screen.height screen resolution width: window.screen.width screen available workspace height: window . screen.availheight screen Available workspace width: window.screen.availWidth relative to the upper-left corner of the window, relative to the x:window.event.clientx of the upper-left corner of the window, relative to the entire page The x:window.event.x of the polygon is relative to the y:window.event.y of the entire page

  

jquery gets:

$ (window). Height ();    Gets the height of the viewable area $ (window). width ();    Gets the width of the viewable area $ (document). Height ();   Gets the height of the entire page $ (document). width ();  Gets the width of the entire page $ (document.body). Height ();  Browser Current Window document body height $ (document.body). width ();  The browser's current window documents the body width $ (document). ScrollTop ();   Gets the vertical height of the scroll bar to the top of $ (document). ScrollLeft ();  Gets the scroll bar to the left of the vertical width of $ (obj). width ();  Gets or sets the width of the element (obj). Height ();  Gets or sets the height of the element

  

  

Get page height and width

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.