12-17 최고관리자 70 0

<script type="text/javascript">
  function openPop(){
    var popup = window.open('http://www.naver.com', '네이버팝업', 'width=700px,height=800px,scrollbars=yes');
  }
</script>

<body>
  <a href="#none" target="_blank" onclick="openPop()" style="font-size:4rem;">팝업 클릭</a>
</body>