Screen 'width' Example
<html> <body> <button onclick="alert(screen.width);">Screen Width</button> </body> </html>