ZEG001.js 588 B

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