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>
반응형
'인터넷정보' 카테고리의 다른 글
배경 이미지 랜덤으로.... (0) | 2007.10.17 |
---|---|
날아 뒝기는 스크립트(이미지/글자/문자등) (0) | 2007.10.17 |
날아 뒝기는 스크립트(이미지/글자/문자등) (0) | 2007.10.17 |
깔끔하고 간결한 배너효과의 글자표현 하나 (0) | 2007.10.17 |
깔끔하고 간결한 배너효과의 글자표현 하나 (0) | 2007.10.17 |
상태바 플래시 같은 효과....ㅡㅡ;; (0) | 2007.10.17 |
현재 시간과 홈 오픈 날짜 (0) | 2007.10.17 |
현재 시간과 홈 오픈 날짜 (0) | 2007.10.17 |
사용자 브라우저 정보 알려주는 소스 (0) | 2007.10.17 |
사용자 브라우저 정보 알려주는 소스 (0) | 2007.10.17 |