screen.width & screen.availWidth

Using JavaScript we can get the screen.width value of the user display screen. Here is the code.
document.writeln("width = " + screen.width + "<br>");
Your screen width value is ,

screen.availWidth

Getting the available width of the screen. Here is the code.
document.writeln(" Height = " + screen.availWidth + "<br>");
Here is your screen Available Width 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