Available Width : screen « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- screen
Available Width
<html>
<head>
<title>Screen</title>
</head>
<body>
<script type = "text/javascript" >
document.write("Available Width: " + screen.availWidth);
</script>
</body>
</html>
Related examples in the same category