JavaScript Reference/Javascript Properties/availWidth

Материал из Web эксперт
Версия от 08:22, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"availWidth" Example

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



"availWidth" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |screen                                                        |
+----------------+--------------------------------------------------------------+



"availWidth" Syntax and Note

Note:
Read-only property. 
Returns the width of the working area. 
The working area of the screen does not include the taskbar.
    
Syntax:
    
screen.availWidth