JavaScript Reference/Javascript Properties/contentOverflow
"contentOverflow" Example
<html>
<body>
<script language="JavaScript">
function function1() {
alert("contentOverflow: "+ event.contentOverflow);
}
</script>
<body bottommargin=100 onLoad="function1()">
</body>
</html>
"contentOverflow" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |event |
+----------------+--------------------------------------------------------------+
"contentOverflow" Syntax and Note
Note:
Read-only property.
Does the document content overflow the boundaries of the customized print or
print preview templates.
Syntax:
window.event.contentOverflow