Visit my own site. Simple click here
[Beschreibung]
Blinkende Tabellenrahmen
[Kompatibilität]
[Code]
function flash() { var crosstable=document.getElementById?document.getElementById("flashingborder"):document.all?document.all.flashingborder : "" if (crosstable) { if (crosstable.style.borderColor.indexOf(color1)!=-1) crosstable.style.borderColor=color2 else crosstable.style.borderColor=color1 } }
setInterval("flash()",500) //--> </script>
shvaika
Kopieren Sie bitte den Code