하단의 글짜 이쁘게 모양넣기 dhtml

카페 메니져
· 21년 전 · 1831 · 1
<head>

<SCRIPT LANGUAGE="JavaScript">
<!--
var StaticText="스크립트네꺼";
var started=false;
var step=0;
var times=1;
function WelcomeText() {
times--;
if (times==0) {
if (started==false) {
started = true;
window.status = StaticText;
AnimateChar();
}
}
}
function AnimateChar() {
step++

switch(step) {
case 1:
window.status="▶▷▷▷▷"+StaticText+"◁◁◁◁◀";
break;
case 2:
window.status="▷▶▷▷▷"+StaticText+"◁◁◁◀◁";
break;
case 3:
window.status="▷▷▶▷▷"+StaticText+"◁◁◀◁◁";
break;
case 4:
window.status="▷▷▷▶▷"+StaticText+"◁◀◁◁◁";
break;
case 5:
window.status="▷▷▷▷▶"+StaticText+"◀◁◁◁◁";
break;
default:
window.status="▶▷▷▷▷"+StaticText+"◁◁◁◁◀";
step = 1;
break;
}

setTimeout("AnimateChar()",200);
}

document.onLoad=WelcomeText();
//-->
</SCRIPT>

</head>

<p>
하단의 상태바를 봐주세염..*^^*
</p>
|

댓글 1개

넷스케이프에서도 잘됨.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고