[StatusTitleURL]

Seitentitel und URL blinken in der Statusleiste

[Code]

[zwischen <BODY> und </BODY>]

<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>

[Autor]

GeoSoftGroups

[Download]

Kopieren Sie bitte den Code

Copyright © 1998- Nightfire Webworker Archiv Script No: 508