mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
12 lines
123 B
HTML
12 lines
123 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
|
||
|
<script>
|
||
|
menubar.visible = 0;
|
||
|
window.alert(menubar.visible);
|
||
|
</script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|