웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
지금까지 살아온 날 계산해 주는 스크립트
2001.07.20 15:09
<HTML>
<HEAD>
<title>Age-Counter</title>
<style TYPE="text/css">
<!--
BODY {font-size:9pt}
Table {font-size:12pt}
A:link {text-decoration:none;}
A:visited {text-decoration:none;color:blue;}
A:hover {text-decoration:none;color:red;}
STRONG {font-size:25pt}
FONT {font-size:9pt}
input {font-size:9pt}
-->
</style>
</head>
<BODY>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!-- hide this script tag's contents from old browsers
function lifetimer(){
today = new Date()
BirthDay = new Date(document.live.age.value)
timeold = (today.getTime() - BirthDay.getTime());
sectimeold = timeold / 1000;
secondsold = Math.floor(sectimeold);
msPerDay = 24 * 60 * 60 * 1000 ;
timeold = (today.getTime() - BirthDay.getTime());
e_daysold = timeold / msPerDay;
daysold = Math.floor(e_daysold);
e_hrsold = (e_daysold - daysold)*24;
hrsold = Math.floor(e_hrsold);
minsold = Math.floor((e_hrsold - hrsold)*60);
document.live.time1.value = daysold
document.live.time2.value = hrsold
document.live.time3.value = minsold
window.status = "당신이 태어나서 " + secondsold + "초 지나고 있네요!";
timerID = setTimeout("lifetimer()",1000)
}
// -- done hiding from old browsers -->
</script>
<font color=red>당신이 태어나서 지금껏 살아온 시간들을 알아보는 스크립트입니다!</font><br><br><form name="live">
당신의 생일을 아래에 다음처럼 입력하세요!!<br>
ex) 1969년 6월 15일생 ▶ <font color=red>june 15,1969</font> 또는 <font color=red>jun 15,1969</font><br>
<INPUT TYPE="text" NAME="age" VALUE="" SIZE=15><br>
<INPUT TYPE="button" NAME="start" VALUE="계산하기" ONCLICK="lifetimer(this.form)">
<INPUT TYPE="reset" NAME="resetb" VALUE="지우기"><br>
당신이 태어나서<INPUT TYPE="text" NAME="time1" VALUE="" size=5>일<INPUT TYPE="text" NAME="time2" VALUE="" size=2>시간<INPUT TYPE="text" NAME="time3" VALUE="" size=2>분이 지났습니다.</form>
<font color=green>아래 상태 표시줄을 보면 당신이 지금까지 살아온 초까지도 알 수가 있습니다.</font><br><br>
<font color=blue>영어가 딸리는 분들을 위한 자그마한 배려!!! ^^</font><br>
1월:<font color=red>Jan</font>uary<BR>
2월:<font color=red>Feb</font>ruary<BR>
3월:<font color=red>Mar</font>ch<BR>
4월:<font color=red>Apr</font>il<BR>
5월:<font color=red>May</font><BR>
6월:<font color=red>Jun</font>e<BR>
7월:<font color=red>Jul</font>y<BR>
8월:<font color=red>Aug</font>ust<BR>
9월:<font color=red>Sep</font>tember<BR>
10월:<font color=red>Oct</font>ober<BR>
11월:<font color=red>Nov</font>ember<BR>
12월:<font color=red>Dec</font>ember<BR>
</BODY>
</HTML>
<HEAD>
<title>Age-Counter</title>
<style TYPE="text/css">
<!--
BODY {font-size:9pt}
Table {font-size:12pt}
A:link {text-decoration:none;}
A:visited {text-decoration:none;color:blue;}
A:hover {text-decoration:none;color:red;}
STRONG {font-size:25pt}
FONT {font-size:9pt}
input {font-size:9pt}
-->
</style>
</head>
<BODY>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!-- hide this script tag's contents from old browsers
function lifetimer(){
today = new Date()
BirthDay = new Date(document.live.age.value)
timeold = (today.getTime() - BirthDay.getTime());
sectimeold = timeold / 1000;
secondsold = Math.floor(sectimeold);
msPerDay = 24 * 60 * 60 * 1000 ;
timeold = (today.getTime() - BirthDay.getTime());
e_daysold = timeold / msPerDay;
daysold = Math.floor(e_daysold);
e_hrsold = (e_daysold - daysold)*24;
hrsold = Math.floor(e_hrsold);
minsold = Math.floor((e_hrsold - hrsold)*60);
document.live.time1.value = daysold
document.live.time2.value = hrsold
document.live.time3.value = minsold
window.status = "당신이 태어나서 " + secondsold + "초 지나고 있네요!";
timerID = setTimeout("lifetimer()",1000)
}
// -- done hiding from old browsers -->
</script>
<font color=red>당신이 태어나서 지금껏 살아온 시간들을 알아보는 스크립트입니다!</font><br><br><form name="live">
당신의 생일을 아래에 다음처럼 입력하세요!!<br>
ex) 1969년 6월 15일생 ▶ <font color=red>june 15,1969</font> 또는 <font color=red>jun 15,1969</font><br>
<INPUT TYPE="text" NAME="age" VALUE="" SIZE=15><br>
<INPUT TYPE="button" NAME="start" VALUE="계산하기" ONCLICK="lifetimer(this.form)">
<INPUT TYPE="reset" NAME="resetb" VALUE="지우기"><br>
당신이 태어나서<INPUT TYPE="text" NAME="time1" VALUE="" size=5>일<INPUT TYPE="text" NAME="time2" VALUE="" size=2>시간<INPUT TYPE="text" NAME="time3" VALUE="" size=2>분이 지났습니다.</form>
<font color=green>아래 상태 표시줄을 보면 당신이 지금까지 살아온 초까지도 알 수가 있습니다.</font><br><br>
<font color=blue>영어가 딸리는 분들을 위한 자그마한 배려!!! ^^</font><br>
1월:<font color=red>Jan</font>uary<BR>
2월:<font color=red>Feb</font>ruary<BR>
3월:<font color=red>Mar</font>ch<BR>
4월:<font color=red>Apr</font>il<BR>
5월:<font color=red>May</font><BR>
6월:<font color=red>Jun</font>e<BR>
7월:<font color=red>Jul</font>y<BR>
8월:<font color=red>Aug</font>ust<BR>
9월:<font color=red>Sep</font>tember<BR>
10월:<font color=red>Oct</font>ober<BR>
11월:<font color=red>Nov</font>ember<BR>
12월:<font color=red>Dec</font>ember<BR>
</BODY>
</HTML>
댓글 6
-
skyel
2001.07.20 15:09
재밌잖아요. ^^ -
블루[Blue]
2001.07.22 04:16
재미있네요 ^^* -
uyaggo
2001.07.24 13:29
증말 잼나네~~~ -
정이
2001.07.27 13:09
잼있어서 배꼽이 발라당 뒤집어지겠네욤.. -
::다니::
2001.07.27 18:22
홈에다 해놔야쥐~~~~~ ^-^ -
신비
2001.08.01 17:28
으앙 진짜 잼이땅+_+
제목 | 글쓴이 | 날짜 |
---|---|---|
자동차세 연체가산금 계산기 | secret | 2001.04.02 |
Imagechar() 함수에서 한문자씩쓰는거 여러글짜이어쓰는함수 | 김승태 | 2001.10.20 |
남은 계정 용량 확인하는 PHP [17] | 겜올드™ | 2001.09.09 |
php 로 swf 맹글기 [3] | 리산 | 2001.08.30 |
mysql_fetch_row함수와 mysql_fetch_array함수의 차이점. [4] | webzzang | 2001.08.22 |
1900년부터 2043년까지 음력을 양력으로..... [3] | pupstar | 2001.08.14 |
지금까지 살아온 날 계산해 주는 스크립트 [6] | skyel | 2001.07.20 |
홈페이지에 실시간뉴스 보여주기 [19] | looster | 2001.06.05 |
자기 홈 또는 서버 연지 며칠이 지났는지 알 수 있는 php 소스 [15] | 고종길 | 2001.06.03 |
대화방을 만들어보쟈~ [20] | 해그리드짱!!! | 2001.06.03 |
쿠키 설정하고 불러올때 주의할점;; [윈도우 멀티부팅 사용하시는 초보분만] [9] | daftya | 2001.05.29 |
GD를 이용해본 영어 발음기호 image출력 [3] | 앤디(andy) | 2001.05.24 |
[APM] 한글, gif, jpeg, png 다되는 GD 설치 [4] | 앤디(andy) | 2001.05.22 |
최근게시물 - 첫글은 내용까지, 다음글부터 목록만... [15] | СreдturЭ | 2001.04.16 |
공부용 방명록이에욥^^. 주석왕창(페이지분할등.기능있어욥~) [2] | 프리^^ | 2001.04.16 |
[추천 팁] phpmyadmin 으로 복구 할때. | 후니 | 2001.02.28 |
주소에서 음악 파일만 빼와 윈앰프로 실행하기 [1] | 오기 | 2001.12.04 |
배경 음악을 한번만 실행 시키기 - 쿠키이용 [4] | 오기 | 2001.12.02 |
M3U생성 프로그램을 통한 MP3실시간 듣기.. [11] | ▒1q▒ | 2001.09.13 |
PHP 인증 페이지를 만들자! - Lesson 3 수정본 #1 [3] | ☺[폐]허접-_- | 2002.01.24 |