• DELETE FROM KEYWORDS WHERE ID_DOMAINE=6819412
  • DoneDoneDone

    URL:www.koteri.re.kr

    Cache-Control: private
    Date: Fri, 01 Nov 2024 12:33:13 GMT
    Content-Length: 36863
    Content-Type: text/html
    Server: Microsoft-IIS/10.0
    Set-Cookie: ASPSESSIONIDQSBADATB=LKMPDDFCFIBPHOBHFMIGCLCI; path=/
    X-Powered-By: ASP.NET
    
    
    Status => 200
    <script language="javascript">
    function MemLevelMoneySettingJS(Money,id,big, middle, small){
    		if( id != ""){
    			auth_unit = '';
    			auth_price = '';
    			auth_big = '';
    			auth_middle = '';
    			auth_small = '';
    			choice = '';
    			if (choice == "total"){
    				if (auth_unit == "%"){
    					if (auth_price != 0 ){
    						Money = Money - Money * (parseInt(auth_price)/100);
    					}
    					else{ 
    						if (auth_unit == "won"){
    							Money = Money - parseInt(auth_price);
    						}				
    					}
    				}
    			}
    			else { //' ƯÁ¤Ä«Å×°í¸® Àû¿ëÀ̸é.
    				if (parseInt(auth_big) == big && parseInt(auth_middle) == middle && parseInt(auth_small) == small) {
    					if (auth_unit == "%"){
    						if (auth_price != 0){
    							Money = Money - Money * (parseInt(auth_price)/100)
    						}
    					}
    					else{
    						if (auth_unit == "won"){
    							Money = Money - parseInt(auth_price)
    						}
    					}
    				}
    			}
    		}
    		return Money;
    	}
    </script>
    <!--·¹À̾îÆ˾÷¼³Á¤-->
    <!--·¹À̾îÆ˾÷¼³Á¤-->
    
    
    <!-----´Þ·Â------->
    <script type="text/javascript">
    
    var target;
    
     
    
    function MiniCal(jucke) {
    
            target=jucke
    
            x = (document.layers) ? loc.pageX : event.clientX;
    
            y = (document.layers) ? loc.pageY : event.clientY;
    
            minical.style.pixelTop     = y-0;
    
            minical.style.pixelLeft    = x-50;
    
            minical.style.display = (minical.style.display == "block") ? "none" : "block";
    
            Show_cal(0,0,0)
    
    }
    
    var stime
    
    function doOver() {
    
            var el = window.event.srcElement;
    
            cal_Day = el.title;
    
     
    
            if (cal_Day.length > 7) {
    
                    el.style.borderTopColor = el.style.borderLeftColor = "buttonhighlight";
    
                    el.style.borderRightColor = el.style.borderBottomColor = "buttonshadow";
    
            }
    
            window.clearTimeout(stime);
    
    }
    
    function doClick() {
    
            cal_Day = window.event.srcElement.title;
    
            window.event.srcElement.style.borderColor = "red";
    
            if (cal_Day.length > 7) {
    
                    target.value=cal_Day
    
            }
    
    }
    
    function doOut() {
    
            var el = window.event.fromElement;
    
            cal_Day = el.title;
    
     
    
            if (cal_Day.length > 7) {
    
                    el.style.borderColor = "white";
    
            }
    
            stime=window.setTimeout("minical.style.display='none';", 200);
    
    }
    
    function zoom(num,big,middle,small)
    {  
    	 zmode = 1;
    	 myWindow = window.open("zoom.asp?num="+num+"&big="+big+"&middle="+middle+"&small="+small, "zoom", "height=620,width=700,left=0,top=0,scrollbars=no,toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0");
    }
    </script>
    
    <script type="text/javascript">
    // ¹è¼ÛÁ¶È¸ Æ˾÷
    function baesong(orderno)
    {  
    	 zmode = 1;
    	 myWindow = window.open("/trace_hkpackage.asp?invno=" + orderno, "baesong", 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=510,height=510');
    	 //myWindow = window.open("http://www.hlctos.co.kr/if/trace_auction.jsp?invno=" + orderno, "baesong", 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=520,height=600');
    }
    
    // ¹è¼ÛÁ¶È¸ Æ˾÷
    // InProcessAction.TraceItemPopup = function(orderno) {
    //	var popupUrl = "http://www.hlctos.co.kr/if/trace_auction.jsp?invno=" + orderno;
    //	window.open(popupUrl, 'TraceItem', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=520,height=600').focus();
    //}
     </script>
    
    <Script Language="Vbscript">
    
    Function Show_cal(sYear,sMonth,sDay)
    
            document.all.minical.innerHTML=""
    
            datToday=date()
    
     
    
            intThisYear   =        cint("0"&sYear) '³âµµ³Ñ°Ü¹Þ±â
    
            intThisMonth=        cint("0"&sMonth) '¿ù ³Ñ°Ü¹Þ±â
    
            intThisDay    =        cint("0"&sDay)
    
     
    
            if intThisYear        =0 then intThisYear=Year(datToday)                '¸¸¾à ³âµµ¿Í ¿ù°ªÀ» ³Ñ°Ü¹ÞÁö ¾Ê¾Ò´Ù¸é ÇöÀç ³âµµ¸¦ ³âµµ º¯¼ö¿¡
    
            if intThisMonth        =0 then intThisMonth=Month(datToday)      ' ÇöÀç ¿ùÀ» ¿ù º¯¼ö¿¡
    
            if intThisDay        =0 then intThisDay=day(datToday)                '¿À´Ã ³¯Â¥
    
     
    
            if intThisMonth=1 then
    
                    intPrevYear=intThisYear-1
    
                    intPrevMonth=12
    
                    intNextYear=intThisYear
    
                    intNextMonth=2
    
            elseif intThisMonth=12 then
    
                    intPrevYear=intThisYear
    
                    intPrevMonth=11
    
                    intNextYear=intThisYear + 1
    
                    intNextMonth=1
    
            else
    
                    intPrevYear=intThisYear
    
                    intPrevMonth=intThisMonth -1
    
                    intNextYear=intThisYear
    
                    intNextMonth=intThisMonth+1
    
            end if
    
     
    
            NowThisYear=Year(datToDay) ' ÇöÀ翬µµ°ª
    
            NowThisMonth=Month(datToday) 'ÇöÀç ¿ù°ª
    
            NowThisDay=Day(datToday) '¿À´Ã ³¯Â¥ °ª
    
     
    
            datFirstDay=DateSerial(intThisYear, intThisMonth, 1) '³Ñ°Ü¹ÞÀº ³¯Â¥ÀÇ ¿ùÃʱⰪ ÆľÇ
    
            intFirstWeekday=Weekday(datFirstDay, vbSunday) '³Ñ°Ü¹ÞÀº ³¯Â¥ÀÇ ÁÖÃʱⰪ ÆľÇ
    
            intSecondWeekday=intFirstWeekday
    
            intThirdWeekday=intFirstWeekday
    
     
    
            datThisDay=cdate(intThisYear&"-"&intThisMonth&"-"&intThisDay)
    
            intThisWeekday=Weekday(datThisDay)
    
     
    
            Select Case intThisWeekday
    
                    Case 1        varThisWeekday="ÀÏ"
    
                    Case 2        varThisWeekday="¿ù"
    
                    Case 3        varThisWeekday="È­"
    
                    Case 4        varThisWeekday="¼ö"
    
                    Case 5        varThisWeekday="¸ñ"
    
                    Case 6        varThisWeekday="±Ý"
    
                    Case 7        varThisWeekday="Åä"
    
            End Select
    
     
    
            intPrintDay=1 'Ãâ·Â ÃʱâÀÏ °ªÀº 1ºÎÅÍ
    
            secondPrintDay=1
    
            thirdPrintDay=1
    
     
    
            Stop_Flag=0
    
     
    
            if intThisMonth=4 or intThisMonth=6 or intThisMonth=9 or intThisMonth=11 then  '¿ù¸» °ª °è»ê
    
                    intLastDay=30
    
            elseif intThisMonth=2 and not (intThisYear mod 4) = 0 then
    
                    intLastDay=28
    
            elseif intThisMonth=2 and (intThisYear mod 4) = 0 then
    
                    if (intThisYear mod 100) = 0 then
    
                            if (intThisYear mod 400) = 0 then
    
                                    intLastDay=29
    
                            else
    
                                    intLastDay=28
    
                            end if
    
                    else
    
                            intLastDay=29
    
                    end if
    
            else
    
                    intLastDay=31
    
            end if
    
     
    
            if intPrevMonth=4 or intPrevMonth=6 or intPrevMonth=9 or intPrevMonth=11 then  '¿ù¸» °ª °è»ê
    
                    intPrevLastDay=30
    
            elseif intPrevMonth=2 and not (intPrevYear mod 4) = 0 then
    
                    intPrevLastDay=28
    
            elseif intPrevMonth=2 and (intPrevYear mod 4) = 0 then
    
                    if (intPrevYear mod 100) = 0 then
    
                            if (intPrevYear mod 400) = 0 then
    
                                    intPrevLastDay=29
    
                            else
    
                                    intPrevLastDay=28
    
                            end if
    
                    else
    
                            intPrevLastDay=29
    
                    end if
    
            else
    
                    intPrevLastDay=31
    
            end if
    
     
    
            Stop_Flag=0
    
            Cal_HTML=Cal_HTML& "<table border=0 cellpadding=1 cellspacing=1  onmouseover='doOver()' onmouseout='doOut()' onclick='doClick()' style='font-size : 12;font-family:±¼¸²;'>"
    
            Cal_HTML=Cal_HTML& "<tr align=center>"
    
            Cal_HTML=Cal_HTML& "<td align=left  title='ÀÌÀü´Þ' style='cursor:hand;' OnClick='vbscript:call Show_cal("&intPrevYear&","&intPrevMonth&",1)'><font color=navy size=2>&lt;&lt;</font></td>"
    
            Cal_HTML=Cal_HTML& "<td colspan=5><font color=red><b>"
    
            Cal_HTML=Cal_HTML& intThisYear&"³â "&intThisMonth&"¿ù"
    
            Cal_HTML=Cal_HTML& "</font></b></td>"
    
            Cal_HTML=Cal_HTML& "<td align=right title='´ÙÀ½´Þ' style='cursor:hand;' OnClick='vbscript:call Show_cal("&intNextYear&","&intNextMonth&",1)'><font color=navy size=2>&gt;&gt;</font></a></td>"
    
            Cal_HTML=Cal_HTML& "</tr>"
    
            Cal_HTML=Cal_HTML& "<tr align=center bgcolor=navy style='color:white; font-weight:bold'>"
    
            Cal_HTML=Cal_HTML& "<td>ÀÏ</td><td>¿ù</td><td>È­</td><td>¼ö</td><td>¸ñ</td><td>±Ý</td><td>Åä</td>"
    
            Cal_HTML=Cal_HTML& "</tr>"
    
     
    
            FOR intLoopWeek=1 to 6   'ÁÖ´ÜÀ§ ·çÇÁ ½ÃÀÛ, ÃÖ´ë 6ÁÖ
    
     
    
                    Cal_HTML=Cal_HTML& "<tr align=right valign=top bgcolor=white >"
    
                    for intLoopDay=1 to 7 '¿äÀÏ´ÜÀ§ ·çÇÁ ½ÃÀÛ, ÀÏ¿äÀϺÎÅÍ
    
     
    
                            if intThirdWeekDay > 1 then 'ùÁÖ½ÃÀÛÀÏÀÌ 1º¸´Ù Å©¸é
    
                                    Cal_HTML=Cal_HTML& "<td>&nbsp;</td>"
    
                                    intThirdWeekDay=intThirdWeekDay-1
    
                            else
    
                                    if thirdPrintDay > intLastDay then 'ÀԷ³¯Â¥°¡ ¿ù¸»º¸´Ù Å©´Ù¸é
    
                                            Cal_HTML=Cal_HTML& "<td>&nbsp;</td>"
    
                                    else 'ÀԷ³¯Â¥°¡ ÇöÀç¿ù¿¡ ÇØ´çµÇ¸é
    
                                            Cal_HTML=Cal_HTML& "<td title='"&intThisYear&"-"&intThisMonth&"-"&thirdPrintDay&"' style='cursor:hand;border: 1px solid white;width:18; height:18;"
    
                                            if intThisYear-NowThisYear=0 and intThisMonth-NowThisMonth=0 and thirdPrintDay-intThisDay=0 then '¿À´Ã Â¥À̸éÀº ±Û¾¾ÆùÆ®¸¦ ´Ù¸£°Ô
    
                                                    Cal_HTML=Cal_HTML& "background-color:cyan;"
    
                                            end if
    
                                            if  intLoopDay=1 then 'ÀÏ¿äÀÏÀÌ¸é »¡°£ »öÀ¸·Î
    
                                                    Cal_HTML=Cal_HTML& "color:red;"
    
                                            else ' ±×¿ÜÀÇ °æ¿ì
    
                                                    Cal_HTML=Cal_HTML& "color:black;"
    
                                            end if
    
                                            Cal_HTML=Cal_HTML& "'>"&thirdPrintDay
    
                                    end if
    
                                    thirdPrintDay=thirdPrintDay+1 '³¯Â¥°ªÀ» 1 Áõ°¡
    
     
    
                                    if thirdPrintDay > intLastDay then        Stop_Flag=1   '¸¸¾à ³¯Â¥°ªÀÌ ¿ù¸»°ªº¸´Ù Å©¸é ·çÇÁ¹® Å»Ãâ
     
    
                            end if
    
                            Cal_HTML=Cal_HTML& "</td>"
    
                    next
    
                    Cal_HTML=Cal_HTML& "</tr>"
    
                    if Stop_Flag=1 then    EXIT FOR
    
            NEXT
    
            Cal_HTML=Cal_HTML& "</table>"
    
            Cal_HTML=Cal_HTML& ""
    
            Cal_HTML=Cal_HTML& ""
    
            document.all.minical.innerHTML=Cal_HTML
    
    END Function
    
    </SCRIPT>
    
    
    
    <div id=minical OnClick="this.style.display='none';" oncontextmenu='return false' ondragstart='return false' 
    onselectstart='return false' style="background : buttonface; margin: 5; margin-top: 2;border-top: 1 solid 
    buttonhighlight;border-left: 1 solid buttonhighlight;border-right: 1 solid buttonshadow;border-bottom: 1 solid 
    buttonshadow;width:155;display:none;position: absolute; z-index: 99"></div>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
    <head>
    <title>Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø</title>
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
    <link rel="stylesheet" type="text/css" media="all" href="css/common.css" />
    <link rel="stylesheet" type="text/css" media="all" href="css/style.css" />
    <script type="text/javascript" src="js/js-pack.min.js"></script>
    <script language="JavaScript" src="js/jquery.cycle.all.min.js"></script>
    <script type="text/javascript" src="js/jquery.banner.js"></script>
    <script type="text/javascript" src="js/common.js"></script>
    <script language="JavaScript">
    //Æ˾÷ ½ÃÀÛ
    <!-- JavaScript
    function notice_getCookie( name )
    {
            var nameOfCookie = name + "=";
            var x = 0;
            while ( x <= document.cookie.length )
            {
                    var y = (x+nameOfCookie.length);
                    if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                            if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                    endOfCookie = document.cookie.length;
                            return unescape( document.cookie.substring( y, endOfCookie ) );
                    }
                    x = document.cookie.indexOf( " ", x ) + 1;
                    if ( x == 0 )
                            break;
            }
            return "";
    }
    
    if ( notice_getCookie( "popup1209" ) != "done" )
    {
            //window.open('popup_1209.asp','','width=620,height=870 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('popup_0825.asp','','width=820,height=500 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('popup_0224.asp','','width=560,height=750 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('/popup_0813.asp','','width=400,height=280 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('48.asp','','width=770,height=700 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('/popup/popup_1122.asp','','width=518,height=557 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('new_edu_list.asp','','width=770,height=700 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('popup_71.asp','','width=670,height=700 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    }
    
    if ( notice_getCookie( "popup1103" ) != "done" )
    {
    		//window.open('popup_0308.asp','','width=1000,height=530 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('/popup_20170207_2.asp','','width=404,height=281 left=412,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		
    		//window.open('popup0319.asp','','width=502,height=558 left=565,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    }
    
    if ( notice_getCookie( "preview_kor_0208" ) != "done" )
    {
    		//window.open('/popup_20220718.asp','','width=820,height=1260 left=1008,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		
    		//window.open('popup_0917_2.asp','','width=502,height=558 left=522,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    }
    
    // - JavaScript - -->
    </script>
    </head>
    
    
    <script language="javascript">
    function MemLevelMoneySettingJS(Money,id,big, middle, small){
    		if( id != ""){
    			auth_unit = '';
    			auth_price = '';
    			auth_big = '';
    			auth_middle = '';
    			auth_small = '';
    			choice = '';
    			if (choice == "total"){
    				if (auth_unit == "%"){
    					if (auth_price != 0 ){
    						Money = Money - Money * (parseInt(auth_price)/100);
    					}
    					else{ 
    						if (auth_unit == "won"){
    							Money = Money - parseInt(auth_price);
    						}				
    					}
    				}
    			}
    			else { //' ƯÁ¤Ä«Å×°í¸® Àû¿ëÀ̸é.
    				if (parseInt(auth_big) == big && parseInt(auth_middle) == middle && parseInt(auth_small) == small) {
    					if (auth_unit == "%"){
    						if (auth_price != 0){
    							Money = Money - Money * (parseInt(auth_price)/100)
    						}
    					}
    					else{
    						if (auth_unit == "won"){
    							Money = Money - parseInt(auth_price)
    						}
    					}
    				}
    			}
    		}
    		return Money;
    	}
    </script>
    <!--·¹À̾îÆ˾÷¼³Á¤-->
    <!--·¹À̾îÆ˾÷¼³Á¤-->
    
    
    <!-----´Þ·Â------->
    <script type="text/javascript">
    
    var target;
    
     
    
    function MiniCal(jucke) {
    
            target=jucke
    
            x = (document.layers) ? loc.pageX : event.clientX;
    
            y = (document.layers) ? loc.pageY : event.clientY;
    
            minical.style.pixelTop     = y-0;
    
            minical.style.pixelLeft    = x-50;
    
            minical.style.display = (minical.style.display == "block") ? "none" : "block";
    
            Show_cal(0,0,0)
    
    }
    
    var stime
    
    function doOver() {
    
            var el = window.event.srcElement;
    
            cal_Day = el.title;
    
     
    
            if (cal_Day.length > 7) {
    
                    el.style.borderTopColor = el.style.borderLeftColor = "buttonhighlight";
    
                    el.style.borderRightColor = el.style.borderBottomColor = "buttonshadow";
    
            }
    
            window.clearTimeout(stime);
    
    }
    
    function doClick() {
    
            cal_Day = window.event.srcElement.title;
    
            window.event.srcElement.style.borderColor = "red";
    
            if (cal_Day.length > 7) {
    
                    target.value=cal_Day
    
            }
    
    }
    
    function doOut() {
    
            var el = window.event.fromElement;
    
            cal_Day = el.title;
    
     
    
            if (cal_Day.length > 7) {
    
                    el.style.borderColor = "white";
    
            }
    
            stime=window.setTimeout("minical.style.display='none';", 200);
    
    }
    
    function zoom(num,big,middle,small)
    {  
    	 zmode = 1;
    	 myWindow = window.open("zoom.asp?num="+num+"&big="+big+"&middle="+middle+"&small="+small, "zoom", "height=620,width=700,left=0,top=0,scrollbars=no,toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0");
    }
    </script>
    
    <script type="text/javascript">
    // ¹è¼ÛÁ¶È¸ Æ˾÷
    function baesong(orderno)
    {  
    	 zmode = 1;
    	 myWindow = window.open("/trace_hkpackage.asp?invno=" + orderno, "baesong", 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=510,height=510');
    	 //myWindow = window.open("http://www.hlctos.co.kr/if/trace_auction.jsp?invno=" + orderno, "baesong", 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=520,height=600');
    }
    
    // ¹è¼ÛÁ¶È¸ Æ˾÷
    // InProcessAction.TraceItemPopup = function(orderno) {
    //	var popupUrl = "http://www.hlctos.co.kr/if/trace_auction.jsp?invno=" + orderno;
    //	window.open(popupUrl, 'TraceItem', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=520,height=600').focus();
    //}
     </script>
    
    <Script Language="Vbscript">
    
    Function Show_cal(sYear,sMonth,sDay)
    
            document.all.minical.innerHTML=""
    
            datToday=date()
    
     
    
            intThisYear   =        cint("0"&sYear) '³âµµ³Ñ°Ü¹Þ±â
    
            intThisMonth=        cint("0"&sMonth) '¿ù ³Ñ°Ü¹Þ±â
    
            intThisDay    =        cint("0"&sDay)
    
     
    
            if intThisYear        =0 then intThisYear=Year(datToday)                '¸¸¾à ³âµµ¿Í ¿ù°ªÀ» ³Ñ°Ü¹ÞÁö ¾Ê¾Ò´Ù¸é ÇöÀç ³âµµ¸¦ ³âµµ º¯¼ö¿¡
    
            if intThisMonth        =0 then intThisMonth=Month(datToday)      ' ÇöÀç ¿ùÀ» ¿ù º¯¼ö¿¡
    
            if intThisDay        =0 then intThisDay=day(datToday)                '¿À´Ã ³¯Â¥
    
     
    
            if intThisMonth=1 then
    
                    intPrevYear=intThisYear-1
    
                    intPrevMonth=12
    
                    intNextYear=intThisYear
    
                    intNextMonth=2
    
            elseif intThisMonth=12 then
    
                    intPrevYear=intThisYear
    
                    intPrevMonth=11
    
                    intNextYear=intThisYear + 1
    
                    intNextMonth=1
    
            else
    
                    intPrevYear=intThisYear
    
                    intPrevMonth=intThisMonth -1
    
                    intNextYear=intThisYear
    
                    intNextMonth=intThisMonth+1
    
            end if
    
     
    
            NowThisYear=Year(datToDay) ' ÇöÀ翬µµ°ª
    
            NowThisMonth=Month(datToday) 'ÇöÀç ¿ù°ª
    
            NowThisDay=Day(datToday) '¿À´Ã ³¯Â¥ °ª
    
     
    
            datFirstDay=DateSerial(intThisYear, intThisMonth, 1) '³Ñ°Ü¹ÞÀº ³¯Â¥ÀÇ ¿ùÃʱⰪ ÆľÇ
    
            intFirstWeekday=Weekday(datFirstDay, vbSunday) '³Ñ°Ü¹ÞÀº ³¯Â¥ÀÇ ÁÖÃʱⰪ ÆľÇ
    
            intSecondWeekday=intFirstWeekday
    
            intThirdWeekday=intFirstWeekday
    
     
    
            datThisDay=cdate(intThisYear&"-"&intThisMonth&"-"&intThisDay)
    
            intThisWeekday=Weekday(datThisDay)
    
     
    
            Select Case intThisWeekday
    
                    Case 1        varThisWeekday="ÀÏ"
    
                    Case 2        varThisWeekday="¿ù"
    
                    Case 3        varThisWeekday="È­"
    
                    Case 4        varThisWeekday="¼ö"
    
                    Case 5        varThisWeekday="¸ñ"
    
                    Case 6        varThisWeekday="±Ý"
    
                    Case 7        varThisWeekday="Åä"
    
            End Select
    
     
    
            intPrintDay=1 'Ãâ·Â ÃʱâÀÏ °ªÀº 1ºÎÅÍ
    
            secondPrintDay=1
    
            thirdPrintDay=1
    
     
    
            Stop_Flag=0
    
     
    
            if intThisMonth=4 or intThisMonth=6 or intThisMonth=9 or intThisMonth=11 then  '¿ù¸» °ª °è»ê
    
                    intLastDay=30
    
            elseif intThisMonth=2 and not (intThisYear mod 4) = 0 then
    
                    intLastDay=28
    
            elseif intThisMonth=2 and (intThisYear mod 4) = 0 then
    
                    if (intThisYear mod 100) = 0 then
    
                            if (intThisYear mod 400) = 0 then
    
                                    intLastDay=29
    
                            else
    
                                    intLastDay=28
    
                            end if
    
                    else
    
                            intLastDay=29
    
                    end if
    
            else
    
                    intLastDay=31
    
            end if
    
     
    
            if intPrevMonth=4 or intPrevMonth=6 or intPrevMonth=9 or intPrevMonth=11 then  '¿ù¸» °ª °è»ê
    
                    intPrevLastDay=30
    
            elseif intPrevMonth=2 and not (intPrevYear mod 4) = 0 then
    
                    intPrevLastDay=28
    
            elseif intPrevMonth=2 and (intPrevYear mod 4) = 0 then
    
                    if (intPrevYear mod 100) = 0 then
    
                            if (intPrevYear mod 400) = 0 then
    
                                    intPrevLastDay=29
    
                            else
    
                                    intPrevLastDay=28
    
                            end if
    
                    else
    
                            intPrevLastDay=29
    
                    end if
    
            else
    
                    intPrevLastDay=31
    
            end if
    
     
    
            Stop_Flag=0
    
            Cal_HTML=Cal_HTML& "<table border=0 cellpadding=1 cellspacing=1  onmouseover='doOver()' onmouseout='doOut()' onclick='doClick()' style='font-size : 12;font-family:±¼¸²;'>"
    
            Cal_HTML=Cal_HTML& "<tr align=center>"
    
            Cal_HTML=Cal_HTML& "<td align=left  title='ÀÌÀü´Þ' style='cursor:hand;' OnClick='vbscript:call Show_cal("&intPrevYear&","&intPrevMonth&",1)'><font color=navy size=2>&lt;&lt;</font></td>"
    
            Cal_HTML=Cal_HTML& "<td colspan=5><font color=red><b>"
    
            Cal_HTML=Cal_HTML& intThisYear&"³â "&intThisMonth&"¿ù"
    
            Cal_HTML=Cal_HTML& "</font></b></td>"
    
            Cal_HTML=Cal_HTML& "<td align=right title='´ÙÀ½´Þ' style='cursor:hand;' OnClick='vbscript:call Show_cal("&intNextYear&","&intNextMonth&",1)'><font color=navy size=2>&gt;&gt;</font></a></td>"
    
            Cal_HTML=Cal_HTML& "</tr>"
    
            Cal_HTML=Cal_HTML& "<tr align=center bgcolor=navy style='color:white; font-weight:bold'>"
    
            Cal_HTML=Cal_HTML& "<td>ÀÏ</td><td>¿ù</td><td>È­</td><td>¼ö</td><td>¸ñ</td><td>±Ý</td><td>Åä</td>"
    
            Cal_HTML=Cal_HTML& "</tr>"
    
     
    
            FOR intLoopWeek=1 to 6   'ÁÖ´ÜÀ§ ·çÇÁ ½ÃÀÛ, ÃÖ´ë 6ÁÖ
    
     
    
                    Cal_HTML=Cal_HTML& "<tr align=right valign=top bgcolor=white >"
    
                    for intLoopDay=1 to 7 '¿äÀÏ´ÜÀ§ ·çÇÁ ½ÃÀÛ, ÀÏ¿äÀϺÎÅÍ
    
     
    
                            if intThirdWeekDay > 1 then 'ùÁÖ½ÃÀÛÀÏÀÌ 1º¸´Ù Å©¸é
    
                                    Cal_HTML=Cal_HTML& "<td>&nbsp;</td>"
    
                                    intThirdWeekDay=intThirdWeekDay-1
    
                            else
    
                                    if thirdPrintDay > intLastDay then 'ÀԷ³¯Â¥°¡ ¿ù¸»º¸´Ù Å©´Ù¸é
    
                                            Cal_HTML=Cal_HTML& "<td>&nbsp;</td>"
    
                                    else 'ÀԷ³¯Â¥°¡ ÇöÀç¿ù¿¡ ÇØ´çµÇ¸é
    
                                            Cal_HTML=Cal_HTML& "<td title='"&intThisYear&"-"&intThisMonth&"-"&thirdPrintDay&"' style='cursor:hand;border: 1px solid white;width:18; height:18;"
    
                                            if intThisYear-NowThisYear=0 and intThisMonth-NowThisMonth=0 and thirdPrintDay-intThisDay=0 then '¿À´Ã Â¥À̸éÀº ±Û¾¾ÆùÆ®¸¦ ´Ù¸£°Ô
    
                                                    Cal_HTML=Cal_HTML& "background-color:cyan;"
    
                                            end if
    
                                            if  intLoopDay=1 then 'ÀÏ¿äÀÏÀÌ¸é »¡°£ »öÀ¸·Î
    
                                                    Cal_HTML=Cal_HTML& "color:red;"
    
                                            else ' ±×¿ÜÀÇ °æ¿ì
    
                                                    Cal_HTML=Cal_HTML& "color:black;"
    
                                            end if
    
                                            Cal_HTML=Cal_HTML& "'>"&thirdPrintDay
    
                                    end if
    
                                    thirdPrintDay=thirdPrintDay+1 '³¯Â¥°ªÀ» 1 Áõ°¡
    
     
    
                                    if thirdPrintDay > intLastDay then        Stop_Flag=1   '¸¸¾à ³¯Â¥°ªÀÌ ¿ù¸»°ªº¸´Ù Å©¸é ·çÇÁ¹® Å»Ãâ
     
    
                            end if
    
                            Cal_HTML=Cal_HTML& "</td>"
    
                    next
    
                    Cal_HTML=Cal_HTML& "</tr>"
    
                    if Stop_Flag=1 then    EXIT FOR
    
            NEXT
    
            Cal_HTML=Cal_HTML& "</table>"
    
            Cal_HTML=Cal_HTML& ""
    
            Cal_HTML=Cal_HTML& ""
    
            document.all.minical.innerHTML=Cal_HTML
    
    END Function
    
    </SCRIPT>
    
    
    
    <div id=minical OnClick="this.style.display='none';" oncontextmenu='return false' ondragstart='return false' 
    onselectstart='return false' style="background : buttonface; margin: 5; margin-top: 2;border-top: 1 solid 
    buttonhighlight;border-left: 1 solid buttonhighlight;border-right: 1 solid buttonshadow;border-bottom: 1 solid 
    buttonshadow;width:155;display:none;position: absolute; z-index: 99"></div>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
    <head>
    <title>Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø</title>
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
    <link rel="stylesheet" type="text/css" media="all" href="css/common.css" />
    <link rel="stylesheet" type="text/css" media="all" href="css/style.css" />
    <script type="text/javascript" src="js/js-pack.min.js"></script>
    <script language="JavaScript" src="js/jquery.cycle.all.min.js"></script>
    <script type="text/javascript" src="js/jquery.banner.js"></script>
    <script type="text/javascript" src="js/common.js"></script>
    <script language="JavaScript">
    //Æ˾÷ ½ÃÀÛ
    <!-- JavaScript
    function notice_getCookie( name )
    {
            var nameOfCookie = name + "=";
            var x = 0;
            while ( x <= document.cookie.length )
            {
                    var y = (x+nameOfCookie.length);
                    if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                            if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                    endOfCookie = document.cookie.length;
                            return unescape( document.cookie.substring( y, endOfCookie ) );
                    }
                    x = document.cookie.indexOf( " ", x ) + 1;
                    if ( x == 0 )
                            break;
            }
            return "";
    }
    
    if ( notice_getCookie( "popup1209" ) != "done" )
    {
            //window.open('popup_1209.asp','','width=620,height=870 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('popup_0825.asp','','width=820,height=500 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('popup_0224.asp','','width=560,height=750 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('/popup_0813.asp','','width=400,height=280 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('48.asp','','width=770,height=700 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('/popup/popup_1122.asp','','width=518,height=557 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('new_edu_list.asp','','width=770,height=700 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('popup_71.asp','','width=670,height=700 left=0,top=0,scrollbars=yes'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    }
    
    if ( notice_getCookie( "popup1103" ) != "done" )
    {
    		//window.open('popup_0308.asp','','width=1000,height=530 left=0,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		//window.open('/popup_20170207_2.asp','','width=404,height=281 left=412,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		
    		//window.open('popup0319.asp','','width=502,height=558 left=565,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    }
    
    if ( notice_getCookie( "preview_kor_0208" ) != "done" )
    {
    		//window.open('/popup_20220718.asp','','width=820,height=1260 left=1008,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    		
    		//window.open('popup_0917_2.asp','','width=502,height=558 left=522,top=0,scrollbars=no'); // Æ˾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä
    }
    
    // - JavaScript - -->
    </script>
    </head>
    
    

    Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Microsoft-IIS/10.0',redirection='',Status='200',err='',[TITRE]=N'Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=6819412
  • 0

    Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø

  • 0. Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø (18)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Çѱ¹¼¶À¯¼ÒÀ翬±¸¿ø',6819412)