팝업창안에서 this.parent.opener.parentArr["id"] = "0005"; 를 해주고 this.fn_select_confirm = function() { var param = new Array(); if(this.ds_customerInfo_list.findRow("ROW_CHK","1")>=0) { param["custTel"] = "1234"; this.cmn_openPopUpWindow("POPUP0005","POPUP0005.xfdl",500,335,"modal",param,'callbackFunc_pop'); } else this.alert("선택한 항목이 없습니다"); } this.callbackFunc_pop = function(strID, variant) { switch(..