Demó:láthatod az oldal megnevezésénél.
<HEAD><script language="JavaScript">
var texto ="Ide írd a szövegedet!";
var gabysflashtitle1=" (^ - ^) "+texto; // put frame 1 text
var gabysflashtitle2=" (^ - ^) "+texto; // put frame 2 text
var gabysflashtitle3=" (^ - ~) "+texto; // put frame 3 text
var gabysflashtitle4=" (^ - ^) "+texto; // put frame 4 text
var gabysflashtitle5=" (^ - ^) "+texto; // put frame 5 text
var gabysflashtitle6=" (^ - ^) "+texto; // put frame 6 text
var gabysflashtitle7=" (~ - ^) "+texto; // put frame 7 text
var gabysflashtitle8=" (^ - ^) "+texto; // put frame 8 text
var gabysduration = 500; // duration high = slower animation
step=0
function gabysflashtitle()
{
step++
if (step==9) {step=1}
if (step==1) {document.title=gabysflashtitle1}
if (step==2) {document.title=gabysflashtitle2}
if (step==3) {document.title=gabysflashtitle3}
if (step==4) {document.title=gabysflashtitle4}
if (step==5) {document.title=gabysflashtitle5}
if (step==6) {document.title=gabysflashtitle6}
if (step==7) {document.title=gabysflashtitle7}
if (step==8) {document.title=gabysflashtitle8}
setTimeout("gabysflashtitle()", gabysduration);
}
gabysflashtitle()
</script></HEAD>
Ellenőrizve:2017.03.21.