screen.height & screen.availheight

Here is the code to get the screen height of the user display screen.
document.writeln(" Height = " + screen.height + "<br>");
Here is your screen height value ,

screen.availHeight

Getting the available height of the user screen by using screen.availHeight. Here is the code.
document.writeln(" Height = " + screen.availHeight + "<br>");
Here is your screen Available Height value ,
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com




    Screen Object

    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-2023 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer