<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#F8F0FF" text="#000000" topmargin="100">
<script language="javascript" type="text/javascript">
function sunsign() {
document.form1.date.selectedIndex;
document.form1.month.selectedIndex;
document.form1.sign.value;
if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex <=19) {document.form1.sign.value = "염소자리";}
if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex >=20) {document.form1.sign.value = "물병자리";}
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex <=18) {document.form1.sign.value = "물병자리";}
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex >=19) {document.form1.sign.value = "물고기자리";}
if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "물고기자리";}
if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "양쟈리";}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "양자리";}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "황소자리";}
if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "황소자리";}
if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "쌍둥이자리";}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "쌍둥이자리";}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "게자리";}
if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "게자리";}
if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "사자자리";}
if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "사자자리";}
if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "처녀자리";}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "처녀자리";}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "천칭자리";}
if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "천칭자리";}
if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "전갈자리";}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "전갈자리";}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "사수자리";}
if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "사수자리";}
if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "염소자리";}
if (document.form1.month.selectedIndex == "x" || document.form1.date.selectedIndex == "y") return;
}
function validate() {
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex > 29) {alert("There are only a maximum of 29 days in February."); return false;}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in April."); return false;}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in June."); return false;}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in September."); return false;}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in November."); return false;}
else{
return true;
}
}
</script>
<form name="form1">
<table border="0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td>
<font face="Tahoma,Arial"><span style="font-size:8pt;"> 달</span></font>
</td>
<td>
<font face="Tahoma,Arial"><span style="font-size:8pt;"> 날짜</span></font>
</td>
<td rowspan="2">
<font size="3" face="verdana, arial, helvetica, sans-serif"><b> </b></font>
</td>
<td>
<font face="Tahoma,Arial"><span style="font-size:9pt;">별자리</span></font>
</td>
</tr>
<tr>
<td>
<select name="month">
<option value="x" selected>< Select > </option>
<option value="1">1월달</option>
<option value="2">2월달</option>
<option value="3">3월달</option>
<option value="4">4월달</option>
<option value="5">5월달</option>
<option value="6">6월달</option>
<option value="7">7월달</option>
<option value="8">8월달</option>
<option value="9">9월달</option>
<option value="10">10월달</option>
<option value="11">11월달</option>
<option value="12">12월달</option>
</select>
</td>
<td>
<select name="date" onChange="validate()">
<option value="y" selected>< Select > </option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
</td>
<td>
<input name="sign" size="12" value="??" /> <input type="button" value="submit" onClick="sunsign()">
</td>
</tr>
</table>
</form>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#F8F0FF" text="#000000" topmargin="100">
<script language="javascript" type="text/javascript">
function sunsign() {
document.form1.date.selectedIndex;
document.form1.month.selectedIndex;
document.form1.sign.value;
if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex <=19) {document.form1.sign.value = "염소자리";}
if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex >=20) {document.form1.sign.value = "물병자리";}
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex <=18) {document.form1.sign.value = "물병자리";}
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex >=19) {document.form1.sign.value = "물고기자리";}
if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "물고기자리";}
if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "양쟈리";}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "양자리";}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "황소자리";}
if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "황소자리";}
if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "쌍둥이자리";}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "쌍둥이자리";}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "게자리";}
if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "게자리";}
if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "사자자리";}
if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "사자자리";}
if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "처녀자리";}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "처녀자리";}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "천칭자리";}
if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "천칭자리";}
if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "전갈자리";}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "전갈자리";}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "사수자리";}
if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "사수자리";}
if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "염소자리";}
if (document.form1.month.selectedIndex == "x" || document.form1.date.selectedIndex == "y") return;
}
function validate() {
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex > 29) {alert("There are only a maximum of 29 days in February."); return false;}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in April."); return false;}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in June."); return false;}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in September."); return false;}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in November."); return false;}
else{
return true;
}
}
</script>
<form name="form1">
<table border="0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td>
<font face="Tahoma,Arial"><span style="font-size:8pt;"> 달</span></font>
</td>
<td>
<font face="Tahoma,Arial"><span style="font-size:8pt;"> 날짜</span></font>
</td>
<td rowspan="2">
<font size="3" face="verdana, arial, helvetica, sans-serif"><b> </b></font>
</td>
<td>
<font face="Tahoma,Arial"><span style="font-size:9pt;">별자리</span></font>
</td>
</tr>
<tr>
<td>
<select name="month">
<option value="x" selected>< Select > </option>
<option value="1">1월달</option>
<option value="2">2월달</option>
<option value="3">3월달</option>
<option value="4">4월달</option>
<option value="5">5월달</option>
<option value="6">6월달</option>
<option value="7">7월달</option>
<option value="8">8월달</option>
<option value="9">9월달</option>
<option value="10">10월달</option>
<option value="11">11월달</option>
<option value="12">12월달</option>
</select>
</td>
<td>
<select name="date" onChange="validate()">
<option value="y" selected>< Select > </option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
</td>
<td>
<input name="sign" size="12" value="??" /> <input type="button" value="submit" onClick="sunsign()">
</td>
</tr>
</table>
</form>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
댓글 2개
19년 전
전 별 안달았습니다 ㅡ.ㅡ
MCLUB
19년 전
저도 무등병이라는..+.+
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1303 | ||
| 7729 | 10년 전 | 1128 | ||
| 7728 |
잘살아보자
|
10년 전 | 588 | |
| 7727 |
잘살아보자
|
10년 전 | 482 | |
| 7726 |
잘살아보자
|
10년 전 | 807 | |
| 7725 |
잘살아보자
|
10년 전 | 535 | |
| 7724 |
잘살아보자
|
10년 전 | 452 | |
| 7723 |
잘살아보자
|
10년 전 | 519 | |
| 7722 |
잘살아보자
|
10년 전 | 460 | |
| 7721 |
잘살아보자
|
10년 전 | 495 | |
| 7720 |
잘살아보자
|
10년 전 | 444 | |
| 7719 |
비긴어게인
|
10년 전 | 684 | |
| 7718 |
|
10년 전 | 2521 | |
| 7717 |
잘살아보자
|
10년 전 | 643 | |
| 7716 |
잘살아보자
|
10년 전 | 388 | |
| 7715 |
잘살아보자
|
10년 전 | 425 | |
| 7714 |
잘살아보자
|
10년 전 | 471 | |
| 7713 | 10년 전 | 1778 | ||
| 7712 | 10년 전 | 1702 | ||
| 7711 | 10년 전 | 1087 | ||
| 7710 | 10년 전 | 1382 | ||
| 7709 | 10년 전 | 1504 | ||
| 7708 | 10년 전 | 1452 | ||
| 7707 | 10년 전 | 850 | ||
| 7706 |
별지기천사
|
10년 전 | 564 | |
| 7705 | 10년 전 | 1063 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 604 | |
| 7703 | 10년 전 | 580 | ||
| 7702 |
|
10년 전 | 716 | |
| 7701 | 10년 전 | 1400 | ||
| 7700 | 10년 전 | 1097 | ||
| 7699 | 10년 전 | 577 | ||
| 7698 | 10년 전 | 1128 | ||
| 7697 | 10년 전 | 5144 | ||
| 7696 | 10년 전 | 637 | ||
| 7695 | 10년 전 | 1680 | ||
| 7694 | 10년 전 | 1048 | ||
| 7693 | 10년 전 | 1544 | ||
| 7692 | 10년 전 | 1282 | ||
| 7691 | 10년 전 | 807 | ||
| 7690 | 10년 전 | 1382 | ||
| 7689 | 10년 전 | 1001 | ||
| 7688 | 10년 전 | 598 | ||
| 7687 |
파랑새1597
|
10년 전 | 577 | |
| 7686 | 10년 전 | 836 | ||
| 7685 | 10년 전 | 1332 | ||
| 7684 | 10년 전 | 792 | ||
| 7683 | 10년 전 | 1072 | ||
| 7682 | 10년 전 | 988 | ||
| 7681 | 10년 전 | 644 | ||
| 7680 | 10년 전 | 982 | ||
| 7679 | 10년 전 | 492 | ||
| 7678 | 10년 전 | 722 | ||
| 7677 | 10년 전 | 622 | ||
| 7676 |
|
10년 전 | 936 | |
| 7675 |
|
10년 전 | 1155 | |
| 7674 | 10년 전 | 1042 | ||
| 7673 | 10년 전 | 744 | ||
| 7672 | 10년 전 | 1085 | ||
| 7671 | 10년 전 | 876 | ||
| 7670 | 10년 전 | 642 | ||
| 7669 |
mashmellow
|
10년 전 | 1225 | |
| 7668 | 10년 전 | 707 | ||
| 7667 | 10년 전 | 988 | ||
| 7666 |
senseme
|
10년 전 | 645 | |
| 7665 | 10년 전 | 494 | ||
| 7664 | 10년 전 | 1886 | ||
| 7663 |
mixx애교
|
10년 전 | 977 | |
| 7662 | 10년 전 | 1029 | ||
| 7661 |
hkhkah
|
10년 전 | 781 | |
| 7660 | 10년 전 | 1053 | ||
| 7659 |
커네드커네드
|
10년 전 | 920 | |
| 7658 |
바람돌이팡
|
10년 전 | 667 | |
| 7657 | 10년 전 | 1162 | ||
| 7656 | 10년 전 | 1561 | ||
| 7655 | 10년 전 | 975 | ||
| 7654 |
개발짜증나
|
10년 전 | 849 | |
| 7653 |
네이비칼라
|
10년 전 | 875 | |
| 7652 |
밥먹고합시다
|
10년 전 | 804 | |
| 7651 |
플라이SINJI
|
10년 전 | 1503 | |
| 7650 |
개발짜증나
|
10년 전 | 1400 | |
| 7649 | 10년 전 | 447 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 862 | |
| 7647 | 10년 전 | 422 | ||
| 7646 | 10년 전 | 788 | ||
| 7645 | 10년 전 | 2302 | ||
| 7644 | 10년 전 | 810 | ||
| 7643 |
|
10년 전 | 2861 | |
| 7642 | 10년 전 | 1503 | ||
| 7641 | 10년 전 | 1123 | ||
| 7640 |
개발짜증나
|
10년 전 | 467 | |
| 7639 |
|
10년 전 | 809 | |
| 7638 |
개발짜증나
|
10년 전 | 1126 | |
| 7637 | 10년 전 | 1541 | ||
| 7636 | 10년 전 | 2907 | ||
| 7635 | 10년 전 | 1680 | ||
| 7634 | 10년 전 | 1868 | ||
| 7633 | 10년 전 | 2324 | ||
| 7632 | 10년 전 | 3924 | ||
| 7631 |
|
10년 전 | 1524 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기