하단의 글짜 이쁘게 모양넣기 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>
<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
0
댓글 전체
넷스케이프에서도 잘됨.