document.write ("You are using: " + navigator.appName + "
")
document.write ("CPU type: " + navigator.cpuClass + "
")
document.write ("Screen Resolution: " + screen.wigth + "x" + screen.height + "
")
document.write ("Available Screen Resolution: " + screen.availWidth + "x" +screen.availHeight + "
")
document.write ("Screen Color Depth: " + screenColorDepth + "
")
Добавить в избранное