<script>

var popup = window.open('test.html','testpopup','width=200,height=100,scrollbars=no,status=yes,left=0,top=0');

if (popup == null) {
 alert("팝업창이 차단되었습니다.");
}
</script>

 
Posted by 탁이98
,