1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/test/ecmascript/height_2.html

11 lines
130 B
HTML
Raw Normal View History

2021-10-18 13:34:11 -04:00
<!DOCTYPE html>
<html>
<body>
<script>
var x = "Height: " + screen.height + "px";
window.alert(x);
</script>
</body>
</html>