본문 바로가기

스크립트/윈도우창관련

팝업창 링크 클릭 시 부모창에서 링크 열기

팝업창 링크 클릭 시 부모창에서 링크 열기

index.php

function fPopup()  {
    window.open('http://onnuripoint5.org/popup.html','popup','width=718,height=385,toobar=no,scrollbars=no,menubar=no,status=no ,directories=no');    
  }

<body onload="fPopup();">
</body>


popup.html

<a href="#" onclick="opener.top.location='http://onnuripoint5.org/bbs/board.php?bo_table=notice&wr_id=37'; self.close();">

<img src="http://onnuripoint5.org/data/file/photo/popup20120625.png" width="700" border="0" toobar=no,scrollbars=no,menubar=no,status=no ,directories=no />

</a>