mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
c2d1e2667a
I don't know yet how to use JS_GetOpaque and JS_SetOpaque.
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>
|