• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34175763
  • DoneDoneDone

    URL:www.gise.kr

    Connection: keep-alive
    Date: Sat, 02 Nov 2024 08:38:10 GMT
    Content-Length: 204
    Content-Type: text/html; charset=iso-8859-1
    Location: https://www.gise.kr/
    Server: gise
    
    
    Location => https://www.gise.kr/
    Status => 302
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Found</title>
    </head>

    (vide) Tentative en https

    https://www.gise.kr/

    
    
    <!DOCTYPE HTML>
    <html lang="ko">
    <head>
    	<meta charset="UTF-8">
    	<title>경기도교육청미래과학교육원</title>
    	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    	<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi">
    	<meta name="format-detection" content="telephone=no" />
    	<link rel="stylesheet" type="text/css" href="/css/reset.css" />
    	<link rel="stylesheet" type="text/css" href="/css/common.css" />
    	<link rel="stylesheet" type="text/css" href="/css/main.css" />
    	<script src="/js/jquery-1.10.2.min.js"></script>
    	<script src="/js/jquery.bxslider.js"></script>	
    	<script type="text/javascript" src="/js/n1Util.js"></script>
    	<script>
    		$(document).ready(function(){
    		
    		
    		/* var slider = $('.visual_slide').bxSlider({   			
          		mode: 'fade',
          		autoControls:true,
          		pager:true,
          		auto:true,
          		controls:false      					      		
       			});
    		*/ 
    		var slider2 = $('.banner_slide').bxSlider({   			
          		mode: 'horizontal',
          		pager:false,
          		auto:true,
          		minSlides:2,
          		maxSlides:5,
          		moveSlides:1,  
          		slideMargin:10,    		
          		controls:true,      	
          		onSliderLoad : function(currentIndex) {
          			$('.banner_slide').find('li').find('a').attr('tabindex', 0);
          			$('.banner_slide').find('.bx-clone').find('a').attr('tabindex', -1);
          			},
          			onSlideBefore : function($slideElement, oldIndex, newIndex) {
          			$('.banner_slide').find('li').find('a').attr('tabindex', 0);
          			$('.banner_slide').find('.bx-clone').find('a').attr('tabindex', -1);
          						}	    
       			});
    		
    		var slider3 = $('.popup_slide').bxSlider({   			
          		mode: 'fade',
          		autoControls:true,
          		pager:true,
          		auto:true,
          		controls:true,
    			speed: 2000
       			});
    		
    		
    			$(document).on("change","#exCode", function(){
    				var $this = $("#"+this.id +" option:selected");
    				$.ajax({
    		   	        type : "POST",
    		   	        url : "/home/main/exhibitList.do",
    		   	        data: {"ex_code":$this.val()},
    		   	        dataType : "html",
    		   	        error : function(){
    		   	            alert('통신실패!!');
    		   	        },
    		   	        success : function(data){
    		   	        	$("#exhibitCode").html(data);
    		   	        	$("#exhibitCode").trigger("change");
    		   	        }
    		   	         
    		   	    });
    			});
    			
    			$(document).on("change","#exhibitCode", function(){
    				
    				var nextMonth = "202411";
    				var ex_code = $("#exCode option:selected").val();
    				var exhibit_code = $("#exhibitCode option:selected").val();
    
    				if(exhibit_code == "" || exhibit_code == "전시관"){
    					return;
    				}
    				$("#reservCal").html("");
    				$("#tmpExCode").val(ex_code);
    				$("#tmpExhibitCode").val(exhibit_code);
    				$.ajax({
    		   	        type : "POST",
    		   	        url : "/home/main/reservGetCalendar.do",
    		   	        data: {"next_month":nextMonth,"ex_code":ex_code,"exhibit_code":exhibit_code},
    		   	        dataType : "html",
    		   	        error : function(){
    		   	            alert('통신실패!!');
    		   	        },
    		   	        success : function(data){
    		   	        	$("#reservCal").html(data);
    		   	        }
    		   	         
    		   	    });
    			});
    		
    			$(document).on("click","#reservCal .calendar_table td.on6 a#selDate", function(){
    				var selDay =$(this).data("yyyymmdd");
    				var sel_month =(selDay+"").substr(0,6);
    				
    				$("#tmpSelday").val(selDay);
    				$("#tmpSel_month").val(sel_month);
    				var ex_code = $("#exCode option:selected").val();
    				var exhibit_code = $("#exhibitCode option:selected").val();
    				$("#tmpExCode").val(ex_code);
    				$("#tmpExhibitCode").val(exhibit_code);
    				
    				
    				document.CalendarForm.action = "/home/reservation/reservAuth.do?menu_no=698";
    				
    				
    				document.CalendarForm.submit();
    			});
    			
    			$(document).on("click","#reservCal .calendar_table td.on4 a", function(){
    				alert("예약이 불가능 한 날입니다.");
    				return;
    			});
    			$(document).on("click","#reservCal .calendar_table td.on3 a#selDate", function(){
    				alert("예약 마감된 일자 입니다.");
    				return;
    			});
    			$(document).on("click","#reservCal .calendar_table td.on2 a", function(){
    				alert("해당 날짜는 휴관 입니다.");
    				return;
    			});
    			
    			
    			$('.notice_con').hide();
    			$('.notice_tab a').bind('click', function(e){
    			$('.notice_tab a.on').removeClass('on');
    			$('.notice_con:visible').hide();
    			$(this.hash).fadeIn(500);
    			$(this).addClass('on');
    			e.preventDefault();
    			})
    			.filter(':eq(0)').click();
    		});
    
    		function popup_closeWin(index) {
    			var check_gbn = $("#pop_chk_" +index).is(":checked");
    			
    			//오늘하루 이창 열지않음 쿠키값 저장
    			if(check_gbn) {
    				setCookieAt00("not_popup_"+index, "Y", 1);
    			}
    			$("#popup_wrap_" +index).hide();
    		}
    
    		
    		function nextCalendar(arg){
    			var nextMonth = $(arg).data("month");
    			var ex_code = $("#exCode option:selected").val();
    			var exhibit_code = $("#exhibitCode option:selected").val();
    			
    			
    			if(exhibit_code == "" || exhibit_code == "전시관"){
    				alert("전시관을 선택하세요.");
    				return;
    			}
    			$("#tmpExCode").val(ex_code);
    			$("#tmpExhibitCode").val(exhibit_code);
    			$("#reservCal").html("");
    			$.ajax({
    	   	        type : "POST",
    	   	        url : "/home/main/reservGetCalendar.do",
    	   	        data: {"next_month":nextMonth,"ex_code":ex_code,"exhibit_code":exhibit_code},
    	   	        dataType : "html",
    	   	        error : function(){
    	   	            alert('통신실패!!');
    	   	        },
    	   	        success : function(data){
    	   	        	$("#reservCal").html(data);
    	   	        }
    	   	         
    	   	    });
    		}
    		
    		function reserveDo(loc){
    			var obj = document.reservate;
    			obj.ex_code.value = loc;
    			console.log('aaa')
    			
    			obj.action = "/home/reservation/reservAuth.do?menu_no=847";
    			
    			
    			obj.submit();
    		}
    		
    		function pollPopup() {
    			vUrl = "/home/poll/surveyList.do";
    			popupWin(vUrl, "surveyList", "580", "800", " resizable=no, scrollbar=no ");
    		}
    	</script>
    	<style>
    		
    			
    				#wrap #container .visual .visual_slide li:nth-child(1){height:470px; background-size:cover; background:url(/upload/board/20211130085103-7688798678348421762.jpg) center 0 no-repeat;}
    			
    				#wrap #container .visual .visual_slide li:nth-child(2){height:470px; background-size:cover; background:url(/images/visual.jpg) center 0 no-repeat;}
    				
    		
    	</style>
    </head>
    

    경기도교육청미래과학교육원

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='gise',redirection='https://www.gise.kr/',Status='200',err='',[TITRE]=N'경기도교육청미래과학교육원',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=34175763
  • 0

    경기도교육청미래과학교육원

  • 0. 경기도교육청미래과학교육원 (13)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'경기도교육청미래과학교육원',34175763)