how to get screen dimensions in javascript code example
Example: js know size of screen
alert("Your screen resolution is: " + screen.width + "x" + screen.height)
alert("Your screen resolution is: " + screen.width + "x" + screen.height)