HTML DOM availWidth Property
Complete Screen Object Reference
Definition and Usage
The availWidth property returns the width of the client's display screen - excluding the
Windows Taskbar.
Syntax
Example
<html>
<body>
<script type="text/javascript">
document.write("<p>Available Width: ")
document.write(screen.availWidth + "</p>")
</script>
</body>
</html>
|
Try-It-Yourself Demos
Detect details about the client's screen
Complete Screen Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|