Функция создаёт строку, содержащую текущие свойства монитора:
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