´ç½Å¿¡°Ô·Î ¶°³ª´Â ²Þ¼Ó¿©Çà - ²Þ¼Ó³ª¶ó(http://www.inyourdream.net) ÀÔ±¹Çϱâ | ¿µÁÖ±Ç ½Åû
  • ¸öºÎ¸² °ñ¶ó°ñ¶ó
  • ¼Ò±Ù¼Ò±Ù
  • µµ¶õµµ¶õ
  • ³«¼­¸¶´ç
  • Âø°¢ÇѾÆÀÌ
  • ¼ýÀÚ¸ÂÃß±â
  • ¼Ò¿øºô±â
  • ÈçÀû³²±â±â
  • ²Þ¼Ó¿©Çà
  • Ä£±¸Áý ³î·¯°¡±â
  • ¸ðµÎµå¸²´ÔÀÇ È¨
  • î¤éÞ´ÔÀÇ È¨
  • Çö¿ì´ÔÀÇ È¨
  • º°¾ÆÇØ´ÔÀÇ È¨
  • ÇÞ»ì´ÔÀÇ È¨
  • À̳ª´Ï´ÔÀÇ È¨
  • À¯¸®¾Ë´ÔÀÇ È¨
  • ³È³ÈÀÌ´ÔÀÇ È¨
  • ²ÀÁö´ÔÀÇ È¨
  • ´ë¼º´ÔÀÇ È¨
  • ²ÀÁö / 2001-09-17 / ¿ÀÈÄ 5:47:27 / 147.6.140.128
    Á¶È¸¼ö : 135
    [Áú¹®] ÇÁ·¹ÀÓÀ» ³ª´²¼­ »ç¿ëÇϴµ¥¿ë.x)
    > óÀ½ »çÀÌÆ®¿¡ Á¢¼ÓÀ» Çϸé.
    >
    > ÇÁ·¹ÀÓÀ» ³ª´²¼­ Ç߰ŵç¿ä.
    > ±ºµ¥. ...
    >
    > ·ÎÀÎÇÏ°í µé¾î ¿À¸é.
    >
    > ùȭ¸é¿¡¼± ·ÎÀÎ µÈ »óÅ·Πº¸¿© Áá´Âµ¥¿ä.
    >
    > ·Î±× ¾Æ¿ôÀ» ÇÏ°í ù È­¸éÀ¸·Î °¡¼­.
    >
    > »õ·Î°íħÇϸé..
    > ´Ù½Ã ·ÎÀεǾî ÀÖ´Â »óÅ·ΠµÇ¾î Àְŵç¿ä.
    >
    >
    > <frameset rows="*,31" border=0 frameborder=0 framespacing=0>
    > <frameset rows="*,0" border=0 frameborder=0 framespacing=0>
    > <%if Request.Cookies("member") <>"" then%>
    > <frame src="main.asp" name="main" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" scrolling=auto>
    > <%else%>
    > <frame src="loginmain.asp" name="main" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" scrolling=auto>
    > <%end if%>
    > <frame src="menu.asp" name="menu" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" scrolling=no>
    > </frameset>
    > <frame src="mailmenu.asp" name="down" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" bottommargin=0 scrolling=no>
    > </frameset>
    >
    > ÀÌ·± Çü½ÄÀ¸·Î Çߴµ¥¿ë.
    >
    > ·Î±× ¾Æ¿ôÀº.
    >
    > session.Abandon
    > Response.Cookies("member")=""
    >
    > ÀÌ·¸°Ô Çß±º¿ë.~~
    >
    > ¾î¶»°Ô ÇØ¾ß µÇ³ª¿ä.
    >
    -----------------------------------------------------------



    <%
    Response.Expires = -100
    %>
    <frameset rows="*,31" border=0 frameborder=0 framespacing=0>
    <frameset rows="*,0" border=0 frameborder=0 framespacing=0>

    <%
    if Request.Cookies("member") <>"" then
    framePage = "main.asp"
    else
    framePage = "loginmain.asp"
    end if
    %>
    <frame src="<%=framePage%>" name="main" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" scrolling=auto>
    <frame src="menu.asp" name="menu" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" scrolling=no>
    </frameset>

    <frame src="mailmenu.asp" name="down" noresize marginwidth=0 marginheight=0 leftmargin="0" topmargin="0" bottommargin=0 scrolling=no>
    </frameset>

    Session.Abandon
    Response.Cookies("member").Expires = -1
    Or
    Response.Cookies("member") = ""
    Byte * 200 Byte À̳»·Î ÀÔ·ÂÇϼ¼¿ä À̸§ : Æнº¿öµå :