Demo of Screen object in JavaScript


Source code is here.
<script language=javascript>

document.writeln("width = " + screen.width + "<br>");
document.writeln("height = " + screen.height + "<br>");
document.writeln("availWidth = " + screen.availWidth + "<br>");
document.writeln("availHeight = " + screen.availHeight + "<br>");
document.writeln("pixelDepth = " + screen.pixelDepth + "<br>");
document.writeln("colorDepth = " + screen.colorDepth + "<br>");
//document.write(document.body.clientHeight);

</script>

Window Object Bookmark a page Redirect Page
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer