부모창 닫을때 자식창 함께 닫기


function closeChild()
{
if(gWin!= null) gWin.close();
if(win!= null) win.close();
}

<body  onUnload="closeChild();">

댓글

이 블로그의 인기 게시물

[ASP] ASP에서 오라클 DB연결 문의 - Microsoft OLE DB Provider for Oracle error '80004005'

db2 user 생성 및 권한 설정

[자바스크립트] 소수점 계산오류가 생길때 해결 방법