JAVASCRIPT
자식창에서 부모창 리로드 하면서 창닫기
0hee
2008. 9. 3. 10:28
<Script Language="JavaScrip">
parent.opener.location.reload();
self.close() ;
</Script>