Retrieve page width page_width
Document. Body. scrollwidth | document.doc umentelement. scrollwidth | 0;
Get Page height page_height
Document. Body. scrollheight | document.doc umentelement. scrollheight | 0;
Get the page body width body_width
Document. Body. clientwidth | document.doc umentelement. clientwidth | 0;
Get the page body height body_top
Window. pageyoffset | document.doc umentelement. scrolltop | document. Body. scrolltop | 0;
Visible area width of the webpage: Document. Body. clientwidth
Visible area height: Document. Body. clientheight
Visible area width of the webpage: Document. Body. offsetwidth (including the width of the edge)
Visible area height of the webpage: Document. Body. offsetheight (including the width of the edge)
Webpage text width: Document. Body. scrollwidth
Webpage text height: Document. Body. scrollheight
The height of the page to be rolled: Document. Body. scrolltop
Left: Document. Body. scrollleft
Page body: window. screentop
Page body part left: window. screenleft
Screen Resolution Height: window. Screen. height;
Screen Resolution width: window. Screen. Width
Available screen workspace Height: window. Screen. availheight
Available workspace width: window. Screen. availwidth