http://oxtag.com/html/ex/status1.html

<html>
<head>
<title>♡ 카멜롯™의 소스천국 태그피아 ♡</title>


<script language="javascript">

var name="  Tagpia - Html & Tag 강좌  "
var text=""
var step = 0;

function tagpialogo()
{
  text = name;
  step++
  if (step==5) {step=1}
  if (step==1) {window.status='▶▶▶' + text + '◀◀◀'}
  if (step==2) {window.status='▷▶▶' + text + '◀◀◁'}
  if (step==3) {window.status='▶▷▶' + text + '◀◁◀'}
  if (step==4) {window.status='▶▶▷' + text + '◁◀◀'}

  setTimeout("tagpialogo()",100);
}
</script>
</head>

<body onLoad="tagpialogo();" bgcolor=black>

<font style="font-size:9pt;color:white;">하단 상태바를 확인하세요.</font><br />


</body>
</html>

Posted by 알 수 없는 사용자
,