메뉴 건너뛰기

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

function selfClose()
{
if (navigator.appVersion.indexOf("MSIE 7.0") >= 0)
{
window.open("blank.html", "_self").close();
}
else if (navigator.appVersion.indexOf("MSIE 8.0") >= 0)
{
window.open("blank.html", "_self").close();
} else
{
self.close();
}
}


하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved