카테고리 없음2014. 1. 24. 14:00

<script>
<!-- START HIDE
var curmes = 0
var a = 0
var counter = 0
var message = new Array()
message[0] = "뱅크CGI에 오신것을 환영합니다."
message[1] = "뱅크CGI에서는 많은 양의 자바 스크립트를 수시로 업로드하고 있습니다."
var temp = ""
function typew()
{
a = a + 1
check()
window.status = message[curmes].substring(0, a)
if(a == message[curmes].length + 5)
{
curmes = curmes + 1
a = 0
}
if(curmes > 1)
{
curmes = 0
}
counter = setTimeout("typew()", 100)
}
function check()
{
if(a <= message[curmes].length)
{
if(message[curmes].substring(a, a + 1) == "")
{
a = a + 1
check()
}
}
}
// STOP HIDE -->
</script>
<body =typew()>


Posted by 갓리버리