Hallo Christoph,
Wer macht eigentlich das Licht aus?
Na 'n HTML-Programm für 'n Brauser(IE):
<html>
<head>
<title>Licht aus</title>
<script type="text/javascript">
<!--
function lichtaus() {
self.moveTo(-10,-140);
self.resizeTo(screen.width+50, screen.height+300);
self.focus();
self.setTimeout("document.getElementById('b').style.backgroundColor='#000'",1000);
}
//-->
</script>
</head>
<body id="b" onload="lichtaus();">
<h1>Licht aus</h1>
</body>
</html>
erfolgreiche Ostereiertage wünscht
Na, Na! Safety first! *gg*
Frohes Osterfest.
Axel