• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34290778
  • DoneDoneDone

    URL:www.leocom.kr

    Date: Sat, 02 Nov 2024 12:30:39 GMT
    Content-Length: 203
    Content-Type: text/html; charset=UTF-8
    Location: https://www.leocom.kr/
    Server: Microsoft-IIS/10.0
    X-Powered-By: ASP.NET
    
    
    Location => https://www.leocom.kr/
    Status => 301
    <head><title>문서가 이동되었습니다.</title></head>
    

    (vide) Tentative en https

    https://www.leocom.kr/

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="ko-KR">
    <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><meta property="Robots" content="index,follow" /><link rel="canonical" href="https://www.leocom.kr" /><title>
    	전기 전자부품, 산업용부품 전문 - 레오콤
    </title><meta name="description" content="검증된 IC, 커넥터, 수동소자, 공구, 케이블, 광소자, 릴레이등 600 만개의 부품 빠른 검색 가능한 전기 전자 산업용부품 전문 쇼핑몰" /><meta property="og:locale" content="ko_KR" /><meta property="og:type" content="website" /><meta property="og:title" content="전기 전자부품, 산업용부품 전문 - 레오콤" /><meta property="og:description" content="검증된 IC, 커넥터, 수동소자, 공구, 케이블, 광소자, 릴레이등 600 만개의 부품 빠른 검색 가능한 전기 전자 산업용부품 전문 쇼핑몰" /><meta property="og:url" content="http://www.leocom.kr" /><meta property="og:site_name" content="레오콤" />
    
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-N6FCDSX');</script>
    <!-- End Google Tag Manager -->
    
    
        <script type="text/javascript">
        function Google()
        {
    	    if (f.search.value.length < 2)
    	    {
    		    alert("검색어를 지정해주세요. [2자 이상]");
    		    f.search.focus();
    		    return false;
    	    }
        }
        function stkfo()
        {
            f.search.focus();
        }
        </script>
        <link rel="stylesheet" href="/css/leocom.css" />
        <script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script> 
        <script type="text/javascript" src="/js/jquery-ui-1.8.custom.min.js"></script>        
            
        <link href="/css/jquery-ui.css" rel="stylesheet" type="text/css" />
    
        <script type="text/javascript">
          /*  $(function () {
                $("input:submit").button();
                $("input:button").button();
               
            }); */
    
            $(document).ready(function () {
                $("#suggestKeyword").autocomplete
                         ({
                             source: function (request, response) {
    
                                 $.ajax({
    
                                     type: "POST",
                                     url: "/SearchOrderN/SearchKeywordToSuggest.aspx/GetAutoCompleteData",
                                     dataType: "json",
                                     minLength: 3,
                                     maxLength: 10,
                                     data: "{ 'term': '" + request.term + "' }",
                                     contentType: "application/json; charset=utf-8",
                                     dataFilter: function (data) { return data; },
    
                                     success: function (data) {
                                         response($.map(data.d, function (item) {
                                             return { value: item }
                                         }))
                                     },
                                     error: function (XMLHttpRequest, textStatus, errorThrown) {
                                         var errorMessage = "Ajax error: " + this.url + " : " + textStatus + " : " + errorThrown + " : " + XMLHttpRequest.statusText + " : " + XMLHttpRequest.status;
                                         if (XMLHttpRequest.status != "0" || errorThrown != "abort") {
                                             //alert(errorMessage);
                                         }
                                     }
                                 });
                             },
                             select: function (event, ui) {
                                 $(this).val(ui.item.value);
                                 f.submit();
                             },
                             delay: 100,
                             minLength: 3
    
                         });
            });
    
     function viewBizReg() 
            {           
                window.open("/company/BizReg.aspx", "ViewBizReg", "width=640, height=400, left=" + getCenterX(640) + ", top=" + getCenterY(1024) + ", scrollbars=yes, resizable=no");
        return;
            }  
    </script>
    
           
    
    <script type="text/javascript" src="/js/jquery.cookie.js"></script>    
    <script type="text/javascript" src="/js/jquery.bxslider/jquery.min.js"></script>
    
    <script type="text/javascript">
    $(document).ready(function() {
    	 //$('#myModal').css("display", "none");
        //팝업노출
        if ($.cookie('ko_home_notice_dont_show_2024chu') != 'ok') {
            $('#myModal').hide(); //노출 show(), hide()로 변경
        }
        else {
            $('#myModal').hide();        
        }   
    });
    
    function close_pop(flag) {
            $('#myModal').hide();
    };
    
    function set_ko_home_notice_dont_show() {
        $.cookie('ko_home_notice_dont_show_2024chu', 'ok', { expires: 1, domain: 'leocom.kr', path: '/', secure: 0 });
        $('#myModal').hide();        
    }
    
    
    function viewNote(num){
    	var width = 640;
    	var height = 480;
    	open("viewNote.asp?num="+num, "viewNoteC", "width="+width+", height="+height+", left="+getCenterX(width)+", top="+getCenterY(height)+", resizable=no, scrollbars=yes, toolbar=no, statusbar=yes");
    	return;
    }
    function selfPg(){
    	var width = 320;
    	var height = 240;
        open("./selfPg-a.aspx", "selfPg", "width="+width+", height="+height+", left="+getCenterX(width*1.8)+", top="+getCenterY(height*1.8)+", resizable=yes, scrollbars=yes, toolbar=no, statusbar=yes");
        return;
    }
    
    function getCenterX(width){
    	var x = screen.width;
    	var w = ((x/2)-(width/2))
    	return w;
    }
    function getCenterY(height){
    	var y = screen.height;
    	var w = ((y/2)-(height/2))
    	return w;
    }
    
    
    
    $.noConflict();
    
    
    function cat_click() {        
        if (document.all["catsel"].style.display == "block" && document.all["catall"].style.display == "none") {
                document.all["catsel"].style.display = "none";
                document.all["catall"].style.display = "block";        
                document.all["catselt"].style.display = "none";
                document.all["catallt"].style.display = "block";        
        }
        else if (document.all["catsel"].style.display == "none" && document.all["catall"].style.display == "block") {        
                document.all["catall"].style.display = "none";
                document.all["catsel"].style.display = "block";        
                document.all["catallt"].style.display = "none";
                document.all["catselt"].style.display = "block";        
        }
    }
    
        
    </script>
    <style type="text/css">
    .bannerLeft{float:left;width:50%;}
    .bannerRight{float:right;width:49%;}
    #secnav li {margin-left:0px;}
    #TIVS-PROMO { width:316px; text-align:center; padding:7px; margin-bottom:6px; }
    #BannerContainer td { padding:0px; }
    #BannerContainer a:link { padding:0px; margin:0px; }
    #BannerContainer a:visited { padding:0px; margin:0px; }
    #BannerContainer a:hover { padding:0px; margin:0px; }
    
    #slMainBanner li{
    	display: inline;
    	list-style: none;
    	padding-left: 0px;
    	margin : 0;
    }
    
    .rbncontainer
    {width:180px;}
    .rbntop
    {margin-left:5px;height:23px;background-color:#4473C5;background-position:0px;width:175px;padding:4px 0px 0px 0px ;text-align:center;font-size:13px;font-family:Arial,맑은 고딕, 나눔고딕;font-style:normal;color:#fff}
    .rbnmiddle
    {margin-left:5px;margin-bottom:3px;background-position:200px;padding:9px 0px 2px 0px;height:134px;width:173px;border-left:1px solid #4473C5;border-right:1px solid #4473C5; border-bottom:1px solid #4473C5;vertical-align:middle;}
    
    .csb-table {margin-left:3px;width:175px}
    .csb-table th{height:23px;background-color:#4473C5;width:176px;border-left:1px solid #4473C5;padding:4px 0px 0px 0px ;text-align:center;font-size:12px;font-family:Arial,맑은 고딕, 나눔고딕;font-style:normal;color:#fff}
    .csb-table td{text-indent:5px; height:20px;width:173px;border-left:1px solid #4473C5;border-right:1px solid #4473C5; border-bottom:1px solid #4473C5;vertical-align:middle;font-family:Arial,맑은 고딕, 나눔고딕;}
    
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
        
    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */                          
    }
    
    
    </style>
    </head>
    

    전기 전자부품, 산업용부품 전문 - 레오콤

    Recherche META Description de la page

    검증된 IC, 커넥터, 수동소자, 공구, 케이블, 광소자, 릴레이등 600 만개의 부품 빠른 검색 가능한 전기 전자 산업용부품 전문 쇼핑몰

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Microsoft-IIS/10.0',redirection='https://www.leocom.kr/',Status='200',err='',[TITRE]=N' 전기 전자부품, 산업용부품 전문 - 레오콤',[DESCRIPTION]=N'검증된 IC, 커넥터, 수동소자, 공구, 케이블, 광소자, 릴레이등 600 만개의 부품 빠른 검색 가능한 전기 전자 산업용부품 전문 쇼핑몰',[KEYWORDS]=N'' WHERE id=34290778
  • 0

    전기 전자부품 산업용부품 전문 - 레오콤 검증된 IC 커넥터 수동소자 공구 케이블 광소자 릴레이등 600 만개의 부품 빠른 검색 가능한 전기 전자 산업용부품 전문 쇼핑몰

  • 0. 전기 (3)
  • --------->0
  • 1. 전자부품 (4)
  • --------->0
  • 3. 산업용부품 (5)
  • --------->0
  • 4. 전문 (2)
  • --------->0
  • 5. - (1)
  • --------->0
  • 6. 레오콤 (3)
  • --------->0
  • 7. 검증된 (3)
  • --------->0
  • 8. IC (2)
  • --------->0
  • 10. 커넥터 (3)
  • --------->0
  • 12. 수동소자 (4)
  • --------->0
  • 14. 공구 (2)
  • --------->0
  • 16. 케이블 (3)
  • --------->0
  • 18. 광소자 (3)
  • --------->0
  • 20. 릴레이등 (4)
  • --------->0
  • 21. 600 (3)
  • --------->0
  • 22. 만개의 (3)
  • --------->0
  • 23. 부품 (2)
  • --------->0
  • 24. 빠른 (2)
  • --------->0
  • 25. 검색 (2)
  • --------->0
  • 26. 가능한 (3)
  • --------->0
  • 27. 전기 (2)
  • --------->0
  • 28. 전자 (2)
  • --------->0
  • 31. 쇼핑몰 (3)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N' 전기',34290778),(N'전자부품',34290778),(N'산업용부품',34290778),(N'전문',34290778),(N'-',34290778),(N'레오콤',34290778),(N'검증된',34290778),(N'IC',34290778),(N'커넥터',34290778),(N'수동소자',34290778),(N'공구',34290778),(N'케이블',34290778),(N'광소자',34290778),(N'릴레이등',34290778),(N'600',34290778),(N'만개의',34290778),(N'부품',34290778),(N'빠른',34290778),(N'검색',34290778),(N'가능한',34290778),(N'전기',34290778),(N'전자',34290778),(N'쇼핑몰',34290778)