Code
<SCRIPT>
VaR strinfo = "";
Strinfo + = "\ r \ n visible area width of the webpage:" Export document.doc umentelement. clientwidth;
Strinfo + = "\ r \ n visible area of the webpage:" invalid document.doc umentelement. clientheight;
Strinfo + = "\ r \ n visible area width of the webpage:" Export document.doc umentelement. offsetwidth + "(including the width of the edge )";
Strinfo + = "\ r \ n visible area of the webpage high:" Export document.doc umentelement. offsetheight + "(including the height of the edge )";
Strinfo + = "\ r \ n webpage body full text width:" registrdocument.doc umentelement. scrollwidth;
Strinfo + = "\ r \ n full text of the webpage:" invalid document.doc umentelement. scrollheight;
Strinfo + = "\ r \ n the height of the webpage to which the webpage is rolled:" Export document.doc umentelement. scrolltop;
Strinfo + = "\ r \ n left when the webpage is rolled:" Export document.doc umentelement. scrollleft;
Strinfo + = "\ r \ n webpage body part:" + window. screentop;
Strinfo + = "\ r \ n left part of the webpage body:" + window. screenleft;
Strinfo + = "\ r \ n screen resolution Height:" + window. Screen. height;
Strinfo + = "\ r \ n screen resolution width:" + window. Screen. width;
Strinfo + = "\ r \ n available workspace Height:" + window. Screen. availheight;
Strinfo + = "\ r \ n available workspace width of the screen:" + window. Screen. availwidth;
Window. Confirm (strinfo );
</SCRIPT>