StatusBars 1 felül demó és kód:
Demó:láthatod az oldal megnevezésénél.
kód:
<head><script language="JavaScript">
/* This is dodo's flash title script */
/* Taken from http://regretless.com/dodo/newworld/ */
var dodosflashtitle1=' első szöveged '; // put frame 1 text
var dodosflashtitle2=' második szöveged '; // put frame 2 text
var dodosduration = 1000; // duration high = slower animation
step=0
function dodosflashtitle()
{
step++
if (step==3) {step=1}
if (step==1) {document.title=dodosflashtitle1}
if (step==2) {document.title=dodosflashtitle2}
setTimeout("dodosflashtitle()", dodosduration);
}
dodosflashtitle()
</script></head>
(Ha valami nem megy szólj és segítek. virag-78@gportal.hu )
Ellenőrizve:2017.03.21.
Copyright © 2005-2017 JégVirág Design
|