1.Gaisma vēl ir ieslēgta.
2.Gaisma ir izslegta.
Code
<br><br><script>
function lol() {
if (document.getElementById('lol').value=="Izslēgt gaismu") {
document.getElementById('lol').value="Ieslēgt gaismu!";
document.body.style.backgroundColor='#000';
document.body.style.opacity='0.15';
document.getElementById('asd').style.backgroundColor='#000';
document.getElementById('asd').style.borderColor='#000';
} else {
document.getElementById('lol').value="Izslēgt gaismu";
document.body.style.backgroundColor='#fff';
document.body.style.opacity='1';
document.getElementById('asd').style.backgroundColor='#e6f8fe';
document.getElementById('asd').style.borderColor='#C40000';
}
}
</script>
<center>
<table id="asd" style="border: 1px dashed rgb(196, 0, 0); padding: 5px; background-color: rgb(230, 248, 254); color: rgb(0, 0, 0);" width="100%" height="86"><tbody><tr><td id="asd"><center><b>Uzmanību!</b><br>Lai skatītos filmas, jums būs nepieciešamas divas programmas: <br><a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe" style="cursor: help;"><u>Adobe Flash Player</u></a> un <a href="http://www.mozilla.com/en-US/products/download.html?product=firefox-3.0.3&os=win&%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20lang=en-US" style="cursor: help;"><u>Mozilla Firefox</u></a>. <br>
<br>
<input id="lol" style="border: 1px solid rgb(51, 51, 51); cursor: pointer;" onclick="lol(); " value="Izslēgt gaismu" type="button"></center></td></tr></tbody></table></center>