´ç½Å¿¡°Ô·Î ¶°³ª´Â ²Þ¼Ó¿©Çà - ²Þ¼Ó³ª¶ó(http://www.inyourdream.net) ÀÔ±¹Çϱâ | ¿µÁÖ±Ç ½Åû
  • ¸öºÎ¸² °ñ¶ó°ñ¶ó
  • ¼Ò±Ù¼Ò±Ù
  • µµ¶õµµ¶õ
  • ³«¼­¸¶´ç
  • Âø°¢ÇѾÆÀÌ
  • ¼ýÀÚ¸ÂÃß±â
  • ¼Ò¿øºô±â
  • ÈçÀû³²±â±â
  • ²Þ¼Ó¿©Çà
  • Ä£±¸Áý ³î·¯°¡±â
  • ¸ðµÎµå¸²´ÔÀÇ È¨
  • î¤éÞ´ÔÀÇ È¨
  • Çö¿ì´ÔÀÇ È¨
  • º°¾ÆÇØ´ÔÀÇ È¨
  • ÇÞ»ì´ÔÀÇ È¨
  • À̳ª´Ï´ÔÀÇ È¨
  • À¯¸®¾Ë´ÔÀÇ È¨
  • ³È³ÈÀÌ´ÔÀÇ È¨
  • ²ÀÁö´ÔÀÇ È¨
  • ´ë¼º´ÔÀÇ È¨
  • ¹Ý¾ß / 2000-06-30 / ¿ÀÈÄ 4:01:00 / 210.207.238.52
    Á¶È¸¼ö : 116
    [Áú¹®] 俵´Ô ¹Ø¿¡²« ÇØ°áÇß¾î¿ä. ¶Ç´Ù¸¥ ³¯Â¥ºñ±³ Á»
    ¹Ø¿¡ today1Àº db¿¡¼­ ²ø°í ¿À´Â°ÍÀÔ´Ï´Ù.
    game_date¶ó´Â°ÍÀÌ smalldatetime ÀÌ°í, getdate() µÇ¾î Àִµ¥,¹Ø¿¡ º¸´Ï±î 00-06-28 ¿ÀÈÄ 3:00:00 ÀÌ·±¾¿À¸·Î ÀúÀåµË´Ï´Ù.±×·±µ¥, today2ÇÏ°í ºñ±³¸¦ ÇÒ·Á´Ï Çü½ÄÀÌ ¾È¸Â´ÂÁö ¾ÈµÇ³×¿ä.


    <%
    set db=server.CreateObject("adodb.connection")

    db.Open("dsn=xx;Uid=xx;pwd=xx")

    SQL = "SELECT game_date from team_game "




    Set Rs = Server.CreateObject("ADODB.Recordset")

    Rs.Open SQL,db


    game_date=rs.Fields("game_date")

    %>


    < SCRIPT LANGUAGE="JavaScript" >

    today2 = new Date();
    myyear = today2.getFullYear();
    mymonth = today2.getMonth()+1;
    myday = today2.getDate();
    mytime= today2.getHours();
    myminutes=today2.getMinutes();


    var today1=(<%=game_date%>);

    if (today1 < today2){

    document.write(today2)

    location.href="win_list.asp";

    }
    else if (today1 > today2){
    document.write(today1)
    }





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