Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
<script> | <script> | ||
function on() { | function on() { | ||
− | document.getElementById("overlay").style. | + | document.getElementById("overlay").style.display = "block"; |
} | } | ||
function off() { | function off() { | ||
− | document.getElementById("overlay").style. | + | document.getElementById("overlay").style.display = "none"; |
} | } | ||
</script> | </script> |
Revision as of 13:06, 6 October 2018