[Beschreibung]
Seitentitel und URL blinken in der Statusleiste
[Kompatibilität]
[Code]
<Script Language ="Javascript"> <!--Geo Soft Groups www.groups.ch.vu vs_stblink(); function vs_stblink(){ var txt1= location.href.substring(location.href.substring(0,location.href.lastIndexOf('/')+1).length,location.href.length+1); var txt2=window.document.title; var speed=2000; //Blinkgeschwindigkeit 1000=1Sek if (window.status==txt2){window.status=txt1; vs_stbl=window.setTimeout("vs_stblink()",speed);} else {window.status=txt2; vs_stbl=window.setTimeout("vs_stblink()",speed);}} //--> </script>
GeoSoftGroups
Kopieren Sie bitte den Code