<script type="text/javascript">
function besuchervergraulenrot() {
var blinky=document.getElementById("blink");
if (blinky) blinky.style.color="red";
window.setTimeout("besuchervergraulengelb()", 1000);
}
function besuchervergraulengelb() {
var blinky=document.getElementById("blink");
if (blinky) blinky.style.color="yellow";
window.setTimeout("besuchervergraulenrot()", 1000);
}
window.onload=besuchervergraulengelb;
</script>
Regular expressions
thomas_w 29.04.2007 - 171 Hits - 4 Antworten
Rahmen um Bild
Jürgen52 14.06.2007 - 142 Hits - 3 Antworten
blinkender Cursor statt Windows-Startbildschirm
KLus 02.01.2008 - 94 Hits -