August 1999
Intermediate to advanced
1488 pages
72h 53m
English
screen.height
The height property of the screen object accesses the height of the user's screen in pixels.
Listing 7.460 displays the height of the user's screen to the page.
<script language="JavaScript1.2">
<!-- Hide
document.write("The height of this user's screen is <b>");
document.write(screen.height + '</b> pixels');
// End hide --->
</script>
|
Read now
Unlock full access