너유

주소 고정 하고 주소창에 도메인 주소 입력시 https로 자동 변환 하는 소스

별거 아니지만  저 처럼 찾고 있는 분이 계실까봐 공유 합니다. 

----------------------------------------------------------------------------------- 

주소 고정 하고  주소창에 도메인 주소 입력시 https로 자동 변환 하는 소스

-----------------------------------------------------------------------------------------

 

 

<script language=javascript>
 
 if(location.hostname != "localhost") {
    if (window.location.protocol != "https:") {
        window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
    }

    if (document.location.protocol == 'http:') {
        document.location.href = document.location.href.replace('http:', 'https:');
    }

</script>
 
 
 

<html> 
<title>HCN상품문의는 우리HCN에서</title> 
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" /> 
<frameset rows="*" frameborder="no" border="0" framespacing="0">  
<frame src="./bbs/" name="main" scrolling="yes" marginwidth="0" marginheight="0" noresize>
<noframes>  
</frameset>  
</html>

|

댓글 4개

댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

+
제목 글쓴이 날짜 조회
3년 전 조회 3,483
3년 전 조회 2,923
3년 전 조회 2,830
3년 전 조회 4,358
3년 전 조회 2,987
3년 전 조회 3,604
3년 전 조회 4,188
3년 전 조회 3,923
3년 전 조회 3,832
3년 전 조회 3,613
3년 전 조회 2,770
3년 전 조회 6,206
3년 전 조회 4,172
3년 전 조회 3,881
3년 전 조회 2,667
3년 전 조회 4,026
3년 전 조회 3,192
3년 전 조회 4,372
3년 전 조회 2,540
3년 전 조회 2,209
3년 전 조회 3,204
3년 전 조회 2,235
3년 전 조회 2,387
3년 전 조회 7,674
3년 전 조회 2,407
3년 전 조회 4,496
3년 전 조회 2,570
3년 전 조회 4,013
3년 전 조회 6,092
3년 전 조회 1.1만