blob: 04dc33c9fab3cef12721e94a8ef6930111794932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<script>
document.documentElement.clientHeight;
document.body.clientHeight;
</script>
<body>
<script>
document.documentElement.clientHeight;
document.body.clientHeight;
</script>
</body>
</html>
|