var objPopup = window.open("http://www.naver.net/", ""); if (objPopup == null) { alert("차단된 팝업창을 허용해 주십시오."); } else { location.href = "go.html"; }