• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34431273
  • DoneDoneDone

    URL:www.inet.co.kr

    Connection: keep-alive
    Date: Sat, 02 Nov 2024 14:24:57 GMT
    Content-Length: 164
    Content-Type: text/html
    Location: https://www.inet.co.kr
    
    
    Location => https://www.inet.co.kr
    Status => 308
    <html>
    <head><title>308 Permanent Redirect</title></head>
    

    (vide) Tentative en https

    https://www.inet.co.kr

    	
    	
    
    <!doctype html>
    <html>
    <head>
    <title>E-비즈니스의 시작, 아이네트호스팅</title>
    <meta charset="utf-8">
    <!--meta name="viewport" content="width=device-width, initial-scale=1"-->
    <link rel="stylesheet" href="/css/common.css">
    <link rel="stylesheet" href="/css/all.css"> <!-- fontawesome 아이콘 관련 -->
    <link rel="stylesheet" href="/css/swiper.css"> <!-- 슬라이더 관련 -->
    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
    <link rel="icon" type="image/x-icon" href="/favicon.ico">
    <!--link href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" rel="stylesheet"-->
    <!--<script src="https://code.jquery.com/jquery-1.8.3.min.js"></script> <!-- 제이쿼리 구버전 -->
    <script src="https://code.jquery.com/jquery-1.12.4.js"></script><!-- 제이쿼리 -->
    
    
    <script type="text/javascript" src="/js/swiper.min.js"></script> <!-- 슬라이더 관련 -->
    <!--script src="/js/all.min.js"></script--> <!-- fontawesome 아이콘 관련 -->
    <!--script src="https://kit.fontawesome.com/f1def33959.js" crossorigin="anonymous"></script> <!-- fontawesome 아이콘 : gnb 동그라미 -->
    
    <!-- 달력 관련 s -->
    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script>
       
    </script>
    <!-- 달력 관련 e -->
    
    <!-- 탭 메뉴 s -->
    <script type="text/javascript">
    $(function() {
    	$('.tab_menu_green ul a li').click(function(){
    		$('.tab_menu_green ul a li').removeClass('on')
    			$(this).addClass('on')
    	})
    })
    	
    $(function() {
    	$('.tab_menu_green_i ul a li').click(function(){
    		$('.tab_menu_green_i ul a li').removeClass('on')
    			$(this).addClass('on')
    	})
    })
    	
    $(function() {
    	$('.btn_tab_server input').click(function(){
    		$('.btn_tab_server input').removeClass('on')
    			$(this).addClass('on')
    	})
    })
    
    function tabs_c(divid){
    	$(".tabs_div").each(function(){	 
    		if($(this).attr("id")==divid){
    			$(this).attr("style", "display:");
    		}else
    			$(this).attr("style", "display:none");
    	});
    }
    </script>
    <!-- 탭 메뉴 e -->
    
    <!-- 테이블 행 구분 s -->
    <script>
    $(function(){
    	$(".list_point th:nth-child(odd)").addClass("odd");
    	$(".list_point tr:nth-child(even)").addClass("even");
    
    	$(".list_point tr:not(:first-child)").mouseover(function(){
    		$(this).addClass("hover");
    	}).mouseout(function(){
    		$(this).removeClass("hover");
    	});
    });
    </script>
    <!-- 테이블 행 구분 e -->
    
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-922811232"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    
    gtag('config', 'AW-922811232');
    </script>
    
    <!-- Event snippet for 1.구매전환 conversion page -->
    <script>
    window.addEventListener('load', function(){
    if(window.location.href.includes('m365_pay_ok')){
    gtag('event', 'conversion', {
    'send_to': 'AW-922811232/zVehCPDvixEQ4PaDuAM'
    });
    }
    });
    </script>
    
    <!-- Event snippet for 2.견적문의 conversion page -->
    <script>
    window.addEventListener('load', function(){
    navigation.addEventListener('navigate', function(){
    if(event.destination.url.includes('view/estimate_ok')){
    gtag('event', 'conversion', {'send_to': 'AW-922811232/52FSCPj9ixEQ4PaDuAM'});
    };
    });
    });
    </script>
    
    <!-- Event snippet for 로그인 conversion page -->
    <script>
      window.addEventListener('load', function(){
        if(window.location.href.includes('inet.co.kr/member/login')){
        document.querySelector("input[class='btn_green_big']").addEventListener('click',function(){
          gtag('event', 'conversion', {'send_to': 'AW-922811232/DWrkCKKR2MgZEOD2g7gD'});
        })}
      });
    </script>
    <!-- Event snippet for 회원가입 conversion page -->
    <script>
      window.addEventListener('load', function(){
      if(window.location.href.includes('inet.co.kr/member/joincomplete')){
        gtag('event', 'conversion', {'send_to': 'AW-922811232/WjbsCKWR2MgZEOD2g7gD'});
      }
      });  
    </script>
    <!-- Event snippet for 서비스 문의 버튼 클릭 (메인 페이지) conversion page -->
    <script>
      window.addEventListener('load', function(){
         //if(window.location.href.includes('inet.co.kr')){
    	if(window.location.href == "https://www.inet.co.kr"){
        document.querySelector('.service_box2').querySelector("input[type=button]").addEventListener('click',function(){
          gtag('event', 'conversion', {'send_to': 'AW-922811232/ZPfDCJL-z8gZEOD2g7gD'});
    })}
      });  
    </script>
    <!-- Event snippet for 견적 신청 버튼 클릭 conversion page -->
    <script>
      window.addEventListener('load', function(){
        if(window.location.href.includes('inet.co.kr/view/estimate')){
        document.querySelector('.g-recaptcha.btn_green_big.mgt20').addEventListener('click',function(){
          gtag('event', 'conversion', {'send_to': 'AW-922811232/P3HXCMv-18gZEOD2g7gD'});
    })}
      });  
    </script>
    
     <!-- MR Script Ver 2.0 -->
     <script async="true" src="//log1.toup.net/mirae_log_chat_common.js?adkey=qrwjk" charset="UTF-8"></script>
     <!-- MR Script END Ver 2.0 -->
    <!-- <script type="text/javascript" src="/js/domain_util.js"></script>
    <script type="text/javascript" src="/js/domain_checker.js"></script> -->
     <script type="text/javascript">
    function frmsubmit(){
    	if(checkdom(document.frmcheck)) document.frmcheck.submit();
    }
    function wrapWindowByMask(){
    	//화면의 높이와 너비를 구한다.
    	var maskHeight = $(document).height();  
    	var maskWidth = $(window).width();  
    
    	//마스크의 높이와 너비를 화면 것으로 만들어 전체 화면을 채운다.
    	$('#mask').css({'width':maskWidth,'height':maskHeight});  
    
    	//애니메이션 효과 - 일단 1초동안 까맣게 됐다가 60% 불투명도로 간다.
    	//$('#mask').fadeIn(1000);      
    	$('#mask').fadeTo("slow",0.6);    
    
    	//윈도우 같은 거 띄운다.
    	//$('.pop_hp').show();
    	//$('.pop_mem').show();
    	//$('.pop_personal').show();
    }
    /*
    $(document).ready(function(){
    
    	// 쿠키 체크 및 팝업
    	cookiedata = document.cookie; 
    	
    	if (cookiedata.indexOf("ncookie3=done3") < 0){ 
    			$('.pop_square').show();
    			wrapWindowByMask();
    	}
    	
    
    		if (cookiedata.indexOf("ncookie2=done2") < 0){ 
    			//검은 막 띄우기
    			//$('.openMask').click(function(e){
    				//e.preventDefault();
    				//$('.pop_hp').show();
    				//alert("test");
    				$('.pop_mem').show();
    				wrapWindowByMask();
    			//});
    		}
    		
    	
    	$('.pop_square .pop_close_square').click(function (e) {
    
    		if(document.getElementById("today_none3").checked){
      			setCookie( "ncookie3", "done3" , 24 ); 
     		}
     		document.getElementById('pop_s').style.display = "none";
    		
    		//링크 기본동작은 작동하지 않도록 한다.
    		e.preventDefault();
    		
    		$('#mask, .pop_square').hide();
    
    
    	});    
    });
    */
    
    function setCookie( name, value, expirehours ) { 
     var todayDate = new Date(); 
     todayDate.setHours( todayDate.getHours() + expirehours ); 
     document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" 
    } 
    
    </script>
    <style>
    .swiper-container {width: 100%; /*height: 100%;*/height: 520px;}
    .swiper-slide {
      /*text-align: center;*/
      font-size: 18px;
      background: #fff;
    
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    </style>
    </head>
    
    
    <div class="pop_square" id="pop_s" style="z-index: 21000; position: absolute;">
    	<div class="pop_center2" style="width: 480px;">
    	<img src="/images/pop/pop_2024_02.jpg" alt="새해 인사 팝업" />
    	<div class="box_check" style="width: 480px; top: 470px;"><label><input type="checkbox" name="today_none3" id="today_none3" class="radio_align" style="margin-right: 0;" /> 오늘 하루 보지 않음</label> <input type="button" class="pop_close_square" value="X" style="border-left: 1px solid #fff; border-right: 0; border-top: 0; border-bottom: 0;" /></div>
        </div>
    </div>
    
    	
    

    E-비즈니스의 시작, 아이네트호스팅

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='',redirection='https://www.inet.co.kr',Status='200',err='',[TITRE]=N'E-비즈니스의 시작, 아이네트호스팅',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=34431273
  • 0

    E-비즈니스의 시작 아이네트호스팅

  • 0. E-비즈니스의 (7)
  • --------->0
  • 1. 시작 (2)
  • --------->0
  • 3. 아이네트호스팅 (7)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'E-비즈니스의',34431273),(N'시작',34431273),(N'아이네트호스팅',34431273)