Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Height-2 Example

<html> <body> <button onclick="alert(screen.height);">Screen Height</button> </body> </html>