하단의 글짜 이쁘게 모양넣기 dhtml > 그누3 팁자료실

그누3 팁자료실

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

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

본문

<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>
추천
0
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로