Posted on 2008/09/10 11:36
Filed Under Web(웹) Study/Java Script

<script type="text/javascript" >
var childWindow1;

//보고서팝업
function openRpt(frm){
 childWindow1 = window.open("","srchRpt","scrollbars=no,toolbar=no,resizable=no,width=420,height=510,left=0,top=0");
 //alert(childWindow1);
 frm.target = "srchRpt";
 frm.action = "/fs/dis/com/DISRptSrch.jsp"
 frm.method="post";
 frm.submit();
 childWindow1.focus();
}


/*-- 팝업 닫기--*/
function windowClose() {
 try {
  if(childWindow1) childWindow1.close();
 }
 catch(e) {}


 try {
  if(childWindow2) childWindow2.close();
 }
 catch(e) {}
}
window.attachEvent("onunload",windowClose);

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2008/09/10 11:36 2008/09/10 11:36

댓글을 달아 주세요

[로그인][오픈아이디란?]

About

by 하늘이야기

Archive

Counter

· Total
: 1039977
· Today
: 288
· Yesterday
: 588
-->