'screen' Example : screen : Javascript Objects : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Javascript Objects   » [  screen  ]   
 



'screen' Example

    
<html>
<body>
<button onclick="alert(screen.width + 'x' + screen.height);">
Screen resolution
</button>
</body>
</html>

    
      
      
Related examples in the same category
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.