August 1999
Intermediate to advanced
1488 pages
72h 53m
English
screen.colorDepth
The colorDepth property of the screen object accesses the maximum number of colors the user's screen can display. The returned value is in terms of bits.
Listing 7.459 displays the color depth of the user's screen to the page.
<script language="JavaScript1.2">
<!-- Hide
document.write("The color depth of this user's screen is <b>");
document.write(screen.colorDepth + '</b> bit');
// End hide --->
</script>
|
Read now
Unlock full access