JavaScript Screen object

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JanetteM

    JavaScript Screen object

    What line of code would I write using the Screen object to return the height of the display screen, not including operating system features such as the Windows Taskbar, to a variable called myScreenHeight?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    read here about the viewport's properties that you might use ...

    Comment

    Working...