123456789101112131415161718 |
- /**
- * @group :
- * @ver : 2007.02.28
- * @by : 이상준
- * @---------------------------------------------------
- * @type : function
- * @access : public
- * @desc : 그룹웨어 전자결제 팝업화면 호출
- * @return : void
- * @---------------------------------------------------
- */
- function zegfOpenApproval(formID,key)
- {
- var gwURL = "http://group.catholic.ac.kr/emate/rdbtest.nsf/";
- var systeminstcd = getUserInfo("systemcd");
- htmlwindow.open(gwURL+formID+"?OpenForm&key="+key+"&systemcd="+systeminstcd, "전자결제", "location=no,menubar=no,top=200,left=200,width=450,height=300");
- }
|