JS gets the current object size and screen resolution, etc.

Source: Internet
Author: User

JS gets the current object size and screen resolution, etc.

<script type= "Text/javascript" >functionGetInfo () {vars = ""; S+ = "page visible area width:" + document.body.clientwidth+ "\ n"; S+ = "page visible Area High:" + document.body.clientheight+ "\ n"; S+ = "page visible area width:" + document.body.offsetWidth + "(including Edge and scroll bar width)" + "\ n"; S+ = "page visible Area High:" + Document.body.offsetHeight + "(including edge width)" + "\ n"; S+ = "Page body Full text width:" + document.body.scrollwidth+ "\ n"; S+ = "page body full text High:" + document.body.scrollheight+ "\ n"; S+ = "page is rolled high (FF):" + document.body.scrolltop+ "\ n"; S+ = "page is rolled high (ie):" + document.documentelement.scrolltop+ "\ n"; S+ = "page is rolled away left:" + document.body.scrollleft+ "\ n"; S+ = "Page body part:" + window.screentop+ "\ n"; S+ = "Page body part left:" + window.screenleft+ "\ n"; S+ = "High screen resolution:" + window.screen.height+ "\ n"; S+ = "width of screen resolution:" + window.screen.width+ "\ n"; S+ = "screen usable workspace height:" + window.screen.availheight+ "\ n"; S+ = "screen usable workspace width:" + window.screen.availwidth+ "\ n"; S+ = "Your screen settings are" + window.screen.colorDepth + "bit color" + "\ n"; S+ = "Your screen settings" + Window.screen.deviceXDPI + "pixels per inch" + "\ n";    alert (s);  } getInfo (); </script>

JS gets the current object size and screen resolution, etc.

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.