<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년 전
저도 무등병이라는..+.+
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1230 |
|
18년 전 | 1993 | |
| 1229 |
|
18년 전 | 2921 | |
| 1228 |
|
18년 전 | 2613 | |
| 1227 | 18년 전 | 2914 | ||
| 1226 | 18년 전 | 2352 | ||
| 1225 |
|
18년 전 | 2422 | |
| 1224 | 18년 전 | 2731 | ||
| 1223 |
|
18년 전 | 3969 | |
| 1222 |
mixdesign
|
18년 전 | 2621 | |
| 1221 |
|
18년 전 | 2735 | |
| 1220 | 18년 전 | 3201 | ||
| 1219 | 18년 전 | 2905 | ||
| 1218 | 18년 전 | 2088 | ||
| 1217 |
|
18년 전 | 2537 | |
| 1216 | 18년 전 | 2541 | ||
| 1215 |
mixdesign
|
18년 전 | 4028 | |
| 1214 |
|
18년 전 | 4777 | |
| 1213 | 18년 전 | 2309 | ||
| 1212 |
mixdesign
|
18년 전 | 2479 | |
| 1211 |
|
18년 전 | 2413 | |
| 1210 | 18년 전 | 3751 | ||
| 1209 |
mixdesign
|
18년 전 | 2369 | |
| 1208 |
mixdesign
|
18년 전 | 2371 | |
| 1207 |
mixdesign
|
18년 전 | 1711 | |
| 1206 |
mixdesign
|
18년 전 | 1993 | |
| 1205 |
mixdesign
|
18년 전 | 2696 | |
| 1204 |
mixdesign
|
18년 전 | 3575 | |
| 1203 | 18년 전 | 3083 | ||
| 1202 | 18년 전 | 2966 | ||
| 1201 | 18년 전 | 2025 | ||
| 1200 | 18년 전 | 4120 | ||
| 1199 | 18년 전 | 2157 | ||
| 1198 | 18년 전 | 4191 | ||
| 1197 | 18년 전 | 2498 | ||
| 1196 | 18년 전 | 2342 | ||
| 1195 |
|
18년 전 | 3456 | |
| 1194 | 18년 전 | 2228 | ||
| 1193 | 18년 전 | 2139 | ||
| 1192 | 18년 전 | 3270 | ||
| 1191 | 18년 전 | 3946 | ||
| 1190 | 18년 전 | 2194 | ||
| 1189 |
|
18년 전 | 2342 | |
| 1188 |
|
18년 전 | 3822 | |
| 1187 | 18년 전 | 2703 | ||
| 1186 | 18년 전 | 3337 | ||
| 1185 | 18년 전 | 2761 | ||
| 1184 | 18년 전 | 1657 | ||
| 1183 | 18년 전 | 2118 | ||
| 1182 | 18년 전 | 3688 | ||
| 1181 |
mermaid
|
18년 전 | 2909 | |
| 1180 | 18년 전 | 2963 | ||
| 1179 | 18년 전 | 3600 | ||
| 1178 | 18년 전 | 2159 | ||
| 1177 |
|
18년 전 | 2270 | |
| 1176 | 18년 전 | 3164 | ||
| 1175 | 18년 전 | 1849 | ||
| 1174 |
|
18년 전 | 2218 | |
| 1173 |
|
18년 전 | 2522 | |
| 1172 | 18년 전 | 1763 | ||
| 1171 | 18년 전 | 2099 | ||
| 1170 | 18년 전 | 1986 | ||
| 1169 | 18년 전 | 2501 | ||
| 1168 | 18년 전 | 1919 | ||
| 1167 | 18년 전 | 1713 | ||
| 1166 | 18년 전 | 1742 | ||
| 1165 | 18년 전 | 1723 | ||
| 1164 | 18년 전 | 2760 | ||
| 1163 | 18년 전 | 1546 | ||
| 1162 |
|
18년 전 | 5664 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2390 | |
| 1160 | 18년 전 | 1657 | ||
| 1159 | 18년 전 | 4700 | ||
| 1158 | 18년 전 | 2045 | ||
| 1157 | 18년 전 | 4839 | ||
| 1156 | 18년 전 | 3181 | ||
| 1155 | 18년 전 | 2123 | ||
| 1154 | 18년 전 | 1819 | ||
| 1153 |
BEST79
|
18년 전 | 2093 | |
| 1152 | 18년 전 | 1717 | ||
| 1151 | 18년 전 | 1834 | ||
| 1150 | 18년 전 | 1830 | ||
| 1149 |
inniskun
|
18년 전 | 2473 | |
| 1148 |
|
18년 전 | 3489 | |
| 1147 |
|
18년 전 | 5967 | |
| 1146 |
|
18년 전 | 3854 | |
| 1145 | 18년 전 | 3052 | ||
| 1144 | 18년 전 | 2125 | ||
| 1143 | 18년 전 | 2395 | ||
| 1142 | 18년 전 | 2183 | ||
| 1141 |
|
18년 전 | 2297 | |
| 1140 | 18년 전 | 2398 | ||
| 1139 | 18년 전 | 2835 | ||
| 1138 | 18년 전 | 2527 | ||
| 1137 | 18년 전 | 1984 | ||
| 1136 | 18년 전 | 3122 | ||
| 1135 | 18년 전 | 3583 | ||
| 1134 | 18년 전 | 3829 | ||
| 1133 |
자반고등어
|
18년 전 | 3330 | |
| 1132 | 18년 전 | 3375 | ||
| 1131 | 18년 전 | 2559 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기