¿¡¾îÄÁ¼³Ä¡¾÷ü ¾È³»

ÀÎõ±¤¿ª½Ã

032-467-6004

°æ±â¼ö¿ø½Ã

031-239-3196

°æ±âÈ­¼º½Ã

031-377-6855

°æ±â¾È»ê½Ã

°æ±â¿À»ê½Ã

°æ±â¿ëÀνÃ

031-377-6855

°æ±â¼º³²½Ã

°æ±â½ÃÈï½Ã

010-9266-5975

°æ±âºÎõ½Ã

032-204-8010

Àü±¹ ¿¡¾îÄÁ¾÷ü ¾È³»


ÃÑ °Ô½Ã¹° 209°Ç, ÃÖ±Ù 0 °Ç
   
º°ÀÚ¸® ¾Ë¾Æº¸±â
±Û¾´ÀÌ : zzz ³¯Â¥ : 2006-11-02 (¸ñ) 00:08 Á¶È¸ : 9641
<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;">&nbsp;´Þ</span></font>
    </td>
    <td>
        <font face="Tahoma,Arial"><span style="font-size:8pt;">&nbsp;³¯Â¥</span></font>
    </td>
    <td rowspan="2">
        <font size="3" face="verdana, arial, helvetica, sans-serif"><b>&nbsp;&nbsp;&nbsp;</b></font>
    </td>
    <td>
        <font face="Tahoma,Arial"><span style="font-size:9pt;">º°ÀÚ¸®</span></font>
    </td>
  </tr>
  <tr>
    <td>
                    &nbsp;<select name="month">
                    <option value="x" selected>&lt; Select &gt;&nbsp;</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>
                    &nbsp;<select name="date" onChange="validate()">
                    <option value="y" selected>&lt; Select &gt;&nbsp;</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>
        &nbsp;<input name="sign" size="12" value="??" />&nbsp;<input type="button" value="submit" onClick="sunsign()">
    </td>
  </tr>
</table>
</form>

</body>
</html>

   


ÃÑ °Ô½Ã¹° 209°Ç, ÃÖ±Ù 0 °Ç
¹øÈ£ Á¦¸ñ ±Û¾´ÀÌ ³¯Â¥ Á¶È¸
129  ½ºÅ©·Ñ¹Ù ²Ù¹Ì±â ¿î¿µÀÚ 02-13 9741
128  ½ºÅ©·Ñ¹Ù¿òÁ÷¿©µµ °íÁ¤µÇ´ÂÀ̹ÌÁö ¿î¿µÀÚ 02-04 9739
127  ÇÏÀÌÆÛ¸µÅ© ¾øÀÌ ¸¶¿ì½º ¿À¹ö½Ã ºÎ¿¬¼³¸í º¸À̱â dndusgl 11-11 9736
126  ¹öÆ°À¸·Î Æ˾÷¶ç¿ì±â ¿î¿µÀÚ 02-04 9726
125  Ç÷¡½Ã ¹è°æ Åõ¸íÇÏ°Ô Çϱ⠿ÀÚ 02-04 9725
124  ÅؽºÆ® Çʵ忡 µðÆúÆ® ¸Þ¼¼Áö¸¦ º¸¿©ÁÖ°í Ŭ¸¯ÇÏ¡¦ ±è¹ÎÈ£ 03-05 9695
123  ½Ç½Ã°£À¸·Î ÃÊ´ÜÀ§±îÁö º¸¿©Áö´Â ½Ã°è ¿î¿µÀÚ 02-13 9679
122  À̹ÌÁö°¡ ¸¹Àº ÆäÀÌÁö¿¡ "border=0" ´ë½Å¿¡ ¾²ÀÚ ¿î¿µÀÚ 02-13 9678
121  ÆäÀÌÁö¿¡ Å׵θ®³Ö±â Çö°æ¸¾ 10-13 9670
120  ½ÃÀÛ°ú µ¿½Ã¿¡ ¶ß´Â »õâ (È­¸é ¾ÕÀ¸·Î) ¼Õ¹ÌÈñ 04-10 9669
119  ¼ºÀÎ ÀÎÁõ È®Àμҽº ¿î¿µÀÚ 02-03 9654
118  º°ÀÚ¸® ¾Ë¾Æº¸±â zzz 11-02 9642
117  ½ºÅ¸ÀϽÃÆ®·Î ¹è°æÀ̹ÌÁö ÇÑ°÷¿¡ °íÁ¤½ÃÅ°±â ¿î¿µÀÚ 02-18 9637
116  ±×¶óµð¾ðÆ® ÇÊÅ͸¦ Àû¿ëÇÑ ¹öÆ° ¿î¿µÀÚ 03-02 9635
115  »óŹٿ¡ ±ÛÀÚ ÇÑ°³¾¿ ³¯¾Æ¿Í¼­ ¿Ï¼ºµÇ´Â Ç¥Çö ±èµ¿¹Î 04-05 9613
114  ¸¶¿ì½º¿ìÃø,F3,F5,F11,F6,¸¶¿ì½ºÅ°,ÄÁÆ®·Ñ Á¶ÇÕ¡¦ ¿î¿µÀÚ 02-27 9611
113  ´Þ·Â¸¸µé±â ¿î¿µÀÚ 02-18 9603
112  À©µµ¿ì â Å©±â¸¦ ¸ÂÃç ¶ç¿ì±â ¿î¿µÀÚ 02-04 9591
111  À̹ÌÁö Åõ¸íµµÁ¶Àý wlskek 08-20 9578
110  ¸¶¿ì½º¸¦ µû¶ó ´Ù´Ï´Â ·¹À̾î À̾¥½ÅÀ屺 09-28 9564
óÀ½  1  2  3  4  5  6  7  8  9  10  ´ÙÀ½  ¸Ç³¡
 

ȸ»ç¼Ò°³ | ÀÌ¿ë¾à°ü | °³ÀÎÁ¤º¸Ãë±Þ¹æħ | Ã¥ÀÓÀÇÇÑ°è¿Í ¹ýÀû°íÁö | À̸ÞÀϹ«´Ü¼öÁý°ÅºÎ | ÀÌ¿ë¾È³»