팝업창에서 아래의 코드 붙여넣고 호출한다. 파라미터로 경로 전달하면 끝!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function parentWindowRedirect(val) { | |
top.opener.location.href=val; | |
self.close(); | |
} |
댓글