익스플로만 접속하기? 정보
익스플로만 접속하기?본문
if (!document.all) location = 'http://google.co.kr';
이 소스를 html 파일에 넣으려먼 어떻게 해야 되죠?
이 소스를 html 파일에 넣으려먼 어떻게 해야 되죠?
댓글 전체
<head>
<script type='text/javascript'>
if (!document.all) location.href = 'http://google.co.kr';
</script>
</head>
<script type='text/javascript'>
if (!document.all) location.href = 'http://google.co.kr';
</script>
</head>
정말 정말 감사합니다...