JavaScript Reference/Javascript Properties/availHeight — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 08:22, 26 мая 2010

"availHeight" Example

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



"availHeight" is applied to

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



"availHeight" Syntax and Note

Note:
Read-only property. 
Returns the computer screen height. 
The working area does not include the taskbar.
    
Syntax:
    
screen.availHeight