1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/test/ecmascript/availHeight_2.html

14 lines
161 B
HTML
Raw Normal View History

2021-10-18 17:34:11 +00:00
<!DOCTYPE html>
<html>
<body>
<p id="demo"></p>
<script>
var x = "Avail Height: " + screen.availHeight + "px";
window.alert(x);
</script>
</body>
</html>