function postSearch(div){ pop('https://home.kepco.co.kr/events/post/pop_postNo.jsp?div='+div, 'width=500, height=584, status=no, resizable=no, scrollbars=no'); } function postLoadSearch(div){ pop('https://home.kepco.co.kr/events/post/pop_roadNo.jsp?div='+div, 'width=500, height=759, status=no, resizable=no, scrollbars=no'); } //:::::::::::::::::::::::::::::::::::::::::::::::::Function Script::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function pop(pPage,Opt) { var popUpWin; popUpWin = window.open(pPage,'popup',Opt); popUpWin.focus(); }