´ç½Å¿¡°Ô·Î ¶°³ª´Â ²Þ¼Ó¿©Çà - ²Þ¼Ó³ª¶ó(http://www.inyourdream.net) ÀÔ±¹Çϱâ | ¿µÁÖ±Ç ½Åû
  • ¸öºÎ¸² °ñ¶ó°ñ¶ó
  • ¼Ò±Ù¼Ò±Ù
  • µµ¶õµµ¶õ
  • ³«¼­¸¶´ç
  • Âø°¢ÇѾÆÀÌ
  • ¼ýÀÚ¸ÂÃß±â
  • ¼Ò¿øºô±â
  • ÈçÀû³²±â±â
  • ²Þ¼Ó¿©Çà
  • Ä£±¸Áý ³î·¯°¡±â
  • ¸ðµÎµå¸²´ÔÀÇ È¨
  • î¤éÞ´ÔÀÇ È¨
  • Çö¿ì´ÔÀÇ È¨
  • º°¾ÆÇØ´ÔÀÇ È¨
  • ÇÞ»ì´ÔÀÇ È¨
  • À̳ª´Ï´ÔÀÇ È¨
  • À¯¸®¾Ë´ÔÀÇ È¨
  • ³È³ÈÀÌ´ÔÀÇ È¨
  • ²ÀÁö´ÔÀÇ È¨
  • ´ë¼º´ÔÀÇ È¨
  • Á¤¼ö / 2000-08-30 / ¿ÀÈÄ 6:47:28 / 203.230.248.195
    Á¶È¸¼ö : 118
    [Áú¹®] ### S O S ###
    > ¼Ò½º ºÐ¼® Á» ºÎŹµå¸³´Ï´Ù.
    > ÀÚ¹Ù ½ºÅ©¸³Æ®µµ ±¦Âú°í.... aspµµ °¡´ÉÇÕ´Ï´Ù...
    > Á¦¹ß µµ¿ÍÁÖ¼¼¿ä...
    > ÀüºÎ´Ù´Â ¾Æ´Ï±¸... checkin°ú checkout ºÎºÐÀ̱¸¿ä...
    > Á¦°¡ ¿øÇϴ°Ç.... ¾Æ·¡ ÆäÀÌÁöó·³ ¿À´ÃÀÇ ³¯Â¥°¡ ÀÚµ¿À¸·Î selected µÉ¼ö ÀÖµµ·Ï ÇÏ·Á°í ÇÕ´Ï´Ù. ±×¸®°í ±× ÀÌÀü ³¯Â¥¸¦ ¼±ÅÃÇßÀ»¶§ ¿À·ù¸Þ¼¼Áö¸¦ »Ñ·ÁÁÖ
    > ·Á°í ÇÏ°í¿ä... Á¦¹ß.. µµ¿ò Á» ºÎŹµå¸³´Ï´Ù.. ±ÞÇØ¿ä... ¾ÆÁÖ...
    >
    > Ŭ¸¯~~~
    >
    -----------------------------------------------------------
    ¾È³çÇϼ¼¿ä...
    ´Ô²²¼­ ¿ä±¸ÇϽŠ³»¿ëÀ¸·Î °£´ÜÇÏ°Ô ¸¸µé¾î º¸¾Ò½À´Ï´Ù..
    µµ¿ò µÇ¾úÀ½ ÁÁ°Ú³×¿ä...
    ű״ "{" "}"À¸·Î ¹Ù²Ù¾ú½À´Ï´Ù...

    ÀÌÆäÀÌÁö¸¦ º¸½Ç·Á¸é
    Ŭ¸¯ÇϽʽÿä..

    ¾Æ·¡ ÄÚµåÁß¿¡¼­ ÇÊ¿ä ¾ø´Â ºÎºÐÀÌ ÀÖÀ»°Ì´Ï´Ù..
    ½Ã°£»ó ±×·± ÄÚµå´Â »èÁ¦ ÇÏÁö ¾Ê¾Ò½À´Ï´Ù..
    TabÅ°¸¦ ÀÌ¿ëÇÏ¿© Äڵ带 ÀÛ¼ºÇÏ¿´±â ¶§¹®¿¡ ÄÚµå ÀбⰡ ºÒÆíÇϽǰ̴ϴÙ...
    Äڵ带 º¹»çÇϼż­ ÀÏ¹Ý Editor·Î º¸½Ã¸é Àß ÀÐÀ» ¼ö ÀÖÀ» °Ì´Ï´Ù...
    ±×·³ À̸¸...

    =====================================date.asp===================================
    {%
    N_Year=Year(date)
    N_Month=Month(date)
    N_Day=Day(date)

    V_Year=CInt(N_Year)
    V_Month=CInt(N_Month)
    V_Day=CInt(N_Day)
    %}
    {form method="post" action="process.asp" }
    {div align="center"}
    {select name="M_Year" size="1" }
    {%for i=1999to 2005
    if i=V_Year then%}
    {option selected value="{%=i%}"}{%=i%}{/option}
    {%else%}
    {option value="{%=i%}"}{%=i%}{/option}
    {%end if
    next%}
    {/select}
    ³â

    {select name="M_Month" size="1"}
    {%
    for i=1 to 12
    if i=V_Month then%}
    {option selected value="{%if i{10 then%}0{%end if%}{%=i%}"}
    {%if i{10 then%}0{%end if%}{%=i%} {/option}
    {%else%}
    {option value="{%if i{10 then%}0{%end if%}{%=i%}"} {%if i{10 then%}0{%end if%}{%=i%}
    {/option}
    {%
    end if
    next%}
    {/select}
    ¿ù

    {select name="M_Day" size="1" }
    {%
    for i=1 to 31
    if i=V_Day then%}
    {option selected value="{%if i{10 then%}0{%end if%}{%=i%}"}
    {%if i{10 then%}0{%end if%}{%=i%} {/option}
    {%else%}
    {option value="{%if i{10 then%}0{%end if%}{%=i%}"} {%if i{10 then%}0{%end if%}{%=i%} {/option}
    {%end if
    next%}
    {/select}
    {input type="submit" name="M_Submit" value=" ÀÔ ·Â " }
    {/form}



    =====================================process.asp===============================================
    {%
    N_Year=Year(date)
    N_Month=Month(date)
    N_Day=Day(date)

    V_Year=CInt(N_Year)
    V_Month=CInt(N_Month)
    V_Day=CInt(N_Day)

    M_Year=CInt(Request.Form("M_Year"))
    M_Month=CInt(Request.Form("M_Month"))
    M_Day=CInt(Request.Form("M_Day"))

    V_Date=CDate(V_Year&"-"&V_Month&"-"&V_Day)
    M_Date=CDate(M_Year&"-"&M_Month&"-"&M_Day)

    If M_Date < V_Date then
    %}
    {script language="javascript"}
    {!--
    alert ("À߸øµÈ ³¯Â¥ ÀÔ·Â ÀÔ´Ï´Ù.. ´Ù½Ã ÀÔ·ÂÇÏ¿© Áֽʽÿä..!");
    history.back();
    //--}
    {/script}
    {%
    end if
    %}

    ÀÌÈķδ ÀÔ·Â Data ó¸® ·çƾ...!!

    Byte * 200 Byte À̳»·Î ÀÔ·ÂÇϼ¼¿ä À̸§ : Æнº¿öµå :