IE6 접속시 경고 출력하기HTML2011. 5. 2. 17:05
Table of Contents
반응형
<!--[if IE 6]>
<script type="text/javascript">
/*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>"); var __noconflict = true; }
var IE6UPDATE_OPTIONS = {
icons_path: "http://static.ie6update.com/hosted/ie6update/images/",
url: "http://www.microsoft.com/korea/windows/internet-explorer",
message: "이 블로그는 Internet Explorer 6를 지원하지 않습니다. 여기를 눌러 상위 버전의 브라우저를 설치하세요."
}
</script>
<script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
<![endif]-->
블로그에 위의 설정을 하시면 익터넷 익스플로어 6.0 일 경우에 경고 매세지가 상단에 나오게 됩니다.
<body> </body> 안에 넣어 주시면 됩니다.
블로그에서 인터넷 익스플로어 6.0을 지원하지 않을 경우에 넣으시면 됩니다.
반응형
@위피M :: ChatGPT로 여는 새로운 세상!!
ChatGPT, 블록체인, 자바, 맥북, 인터넷, 컴퓨터 정보를 공유합니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!