JS92

Joined: 26 Feb 2008 Posts: 15
|
Posted: Fri Feb 29, 2008 9:19 pm Post subject: Screen Resolution Checker (V. Simple) |
|
|
http://www.js92.110mb.com/
At the bottom that website, there is some text: 'Check Your Screen Resolution Here!' Click that and a pop up message will tell you your exact screen size!
This is the code for it:
| Code: |
| <a href="javascript:alert('Your resolution is '+screen.width+'x'+screen.height);">Text Goes Here!</a> |
A pretty simple code and probably not even majorly required but atleast you can have this cool feature on your website!
Thanks for viewing this thread  |
|