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


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

<body  onUnload="closeChild();">

댓글

이 블로그의 인기 게시물

db2 user 생성 및 권한 설정

AIX tape 백업

db2 테이블스페이스 확인 및 확장