Window Browser JavaScript DHTML




    document.write("Screen resolution: ")
    document.write(screen.width + "*" + screen.height)
    document.write("
")
    document.write("Available view area: ")
    document.write(screen.availWidth + "*" + screen.availHeight)
    document.write("
")
    document.write("Color depth: ")
    document.write(screen.colorDepth)
    document.write("
")