Menu

 

 


<html>
<head>
<title>무제 문서</title>

<script language="Javascript">
<!--

var text = "http://lia.pe.kr sesillia homepage" // 내용을 바꾸어 주세요
var speed = 200 // 속도, 숫자가 클수록 느려집니다.
var x = 0
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();

//-->
</script>

</head>

<body>
<table width="400" border="1" align="center" cellpadding="0" cellspacing="0" background="script/imge/m048.jpg">
  <tr>
    <td width="396" height="250"><div align="center">
        <p>&nbsp;</p>
        <p>&lt;head&gt;와 &lt;/head&gt;에 아래 소스 넣어주세여..<br>
          대문자로 보였다가 다시 소문자로 돌아옵니다..</p>
        <p>&nbsp;</p>
      </div>
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
</td>
  </tr>
</table>

 

</body>
</html>