Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/screen.htm
Дата изменения: Thu Oct 7 13:13:35 1999 Дата индексирования: Sat Dec 22 14:24:05 2007 Кодировка: Поисковые слова: m 101 |
screen
object for you. You can access its properties automatically.
Method |
Description
|
|
|
|
|
|
|
| |
---|
watch
and unwatch
methods from Object
.
function screen_properties() {
document.examples.results.value = "("+screen.width+" x
"+screen.height+") pixels, "+
screen.pixelDepth +" bit depth, "+
screen.colorDepth +" bit color palette depth.";
} // end function screen_properties
screen.availTop
screen.availWidth
screen.availHeight
screen.availLeft
screen.pixelDepth
. Last Updated: 05/28/99 12:00:21