Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- DICTIONARY
- ODBC
- ASP.NET
- Lotus Notes
- domino
- SQL
- AS
- Lotus Script
- JavaScript
- Photo
- Attribute
- 노출
- 커피
- 용어정리
- 사진강좌
- generic
- 자바스크립트
- 자작 콘솔
- 사진
- 에쿠스 콘솔박스
- C#
- linkhard
- minipresso
- glossary
- Nas
- 신혼여행
- 로터스 노츠
- 링크하드
- 사진용어
- 뉴칼레도니아
Archives
- Today
- Total
바라기의 이야기
브라우저 버전별로 닫기 코드 본문
브라우저 버전별로 닫는 코드가 틀리다고 하는데...
이런 코드가 맞을 라나 모르겠넴...
window.document.write("<!--[if IE 6]>");
window.document.write("<script>self.opener=self;self.close();</script>");
window.document.write("<![endif]-->");
window.document.write("<!--[if IE 7]>");
window.document.write("<script>window.open('about:blank','_self').close();</script>");
window.document.write("<![endif]-->");
이런 코드가 맞을 라나 모르겠넴...
window.document.write("<!--[if IE 6]>");
window.document.write("<script>self.opener=self;self.close();</script>");
window.document.write("<![endif]-->");
window.document.write("<!--[if IE 7]>");
window.document.write("<script>window.open('about:blank','_self').close();</script>");
window.document.write("<![endif]-->");
'Develop > Javascript' 카테고리의 다른 글
숫자만 입력받도록 처리 (0) | 2024.04.25 |
---|---|
필수값 체크 JS 1차버전... (0) | 2011.09.23 |
유용한 java script Function (0) | 2010.10.08 |
XML에 속성값 추가하기 (0) | 2010.10.08 |
필드에 숫자값으로 입력되었는지 체크하는 코드 (0) | 2010.03.16 |