Menu

기간대별 메세지

2016. 5. 30. 01:57

안개핑 Javascript

 

 

<html>
<head>
<title>삶의향기</title>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<link rel="stylesheet" href="style.css">
<SCRIPT LANGUAGE="JavaScript">
<!--
 stcnt = 0;
 d=new Date();
 h=d.getHours();
 if (h >= 0 && h <= 4)  { txet = "모두 잠든 밤입니다...좋은 꿈 꾸세요~";  }
 if (h >= 5 && h <=11)  { txet = "새로운 하루 즐거운 하루 되세요~";  }
 if (h >= 12 && h <=18) { txet = "오후로 달려가는 시간입니다.점심은 맛나게 드셨나요?";  }
 if (h >= 19 && h <=23) { txet = "하루 일을고 끝내고 가족과 함께 즐거운 시간 보내세요 ";  }
 w="                               ";
 word = w + w + w + w + txet;
 TID = 0;
 if(navigator.appName=="Microsoft Internet Explorer")
       {  A=1; }
 else  {  A=2; }
function Timemsg()
{
 window.status = word.substring(stcnt+=A,word.length+1);
 if (stcnt>word.length) stcnt=0;
 clearTimeout(TID);
 TID = setTimeout("Timemsg()",100);
}
Timemsg();
//-->
</SCRIPT>
</head>

<body>
<table align="center" border="0" cellspacing="0" width="355" bordercolordark="white" bordercolorlight="black" background="imge/2.gif">
    <tr>
        <td width="349" height="416">
         
            <p style="margin-left:10;">
        </td>
    </tr>
</table>

<p align="center"><input type=button name=bt_s value="소스보기" onClick='window.location="view-source:"+window.location.href'>
</body>

</html>

 

'Javascript' 카테고리의 다른 글

홈페이지 암호화 하기  (0) 2016.05.30
아래위서 나오는  (0) 2016.05.30
창이 줄었다 늘엇다  (0) 2016.05.30
링크된곳에 마우스 올리면 불꽃이 터져요.  (0) 2016.05.30
노프레임에서 인덱스를 메인으로~  (0) 2016.05.30