Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Screen availWidth

<html> <body> <button onClick="alert(screen.availWidth);">Available Width</button> </body> </html>