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

12 lines
123 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<script>
menubar.visible = 0;
window.alert(menubar.visible);
</script>
</body>
</html>