1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="utf-8"?>
- <Script type="xscript4.0"><![CDATA[
- function zbcfopenzipcodelistnew(condition, term, rcv_zipcdhead_path, rcv_zipcdfoot_path, rcv_seqno_path, rcv_address_path, imemode, rcv_address_detail_path){
- frmf_setParameter("condition", condition);
- frmf_setParameter("term", term);
- frmf_setParameter("rcv_zipcdhead_path", rcv_zipcdhead_path);
- frmf_setParameter("rcv_zipcdfoot_path", rcv_zipcdfoot_path);
- frmf_setParameter("rcv_seqno_path", rcv_seqno_path);
- frmf_setParameter("rcv_address_path", rcv_address_path);
- frmf_setParameter("imemode", imemode);
- frmf_setParameter("rcv_address_detail_path", rcv_address_detail_path);
- frmf_modal("SPZBP00100", "SPZBP00100", "", "", "", "", "", "", "", "", "", "", "M");
- frmf_clearParameter("condition");
- frmf_clearParameter("term");
- frmf_clearParameter("rcv_zipcdhead_path");
- frmf_clearParameter("rcv_zipcdfoot_path");
- frmf_clearParameter("rcv_seqno_path");
- frmf_clearParameter("rcv_address_path");
- frmf_clearParameter("imemode");
- frmf_clearParameter("rcv_address_detail_path");
- }
- function zbcfOpenZipCodeList(condition, term, rcv_zipcdhead_path, rcv_zipcdfoot_path, rcv_seqno_path, rcv_address_path, imemode, rcv_address_detail_path,rcv_builno_path, rcv_gubuilnm_path, rcv_newzipcd_path){
- frmf_setParameter("condition", condition);
- frmf_setParameter("term", term);
- frmf_setParameter("rcv_zipcdhead_path", rcv_zipcdhead_path);
- frmf_setParameter("rcv_zipcdfoot_path", rcv_zipcdfoot_path);
- frmf_setParameter("rcv_seqno_path", rcv_seqno_path);
- frmf_setParameter("rcv_address_path", rcv_address_path);
- frmf_setParameter("imemode", imemode);
- frmf_setParameter("rcv_address_detail_path", rcv_address_detail_path);
- frmf_setParameter("rcv_builno_path", rcv_builno_path);
- frmf_setParameter("rcv_gubuilnm_path", rcv_gubuilnm_path);
- frmf_setParameter("rcv_newzipcd_path", rcv_newzipcd_path);
-
- var objParam = frmf_modal("SPZBP00101", "SPZBP00101", "", "", "", "", "", "", "", "", "", "", "M");
- // frmf_modal("spzbp00100", "", ""-"", "", "", "", "", "", "", "$16", "", "", "M");
- frmf_clearParameter("condition");
- frmf_clearParameter("term");
- frmf_clearParameter("rcv_zipcdhead_path");
- frmf_clearParameter("rcv_zipcdfoot_path");
- frmf_clearParameter("rcv_seqno_path");
- frmf_clearParameter("rcv_address_path");
- frmf_clearParameter("imemode");
- frmf_clearParameter("rcv_address_detail_path");
- frmf_clearParameter("rcv_builno_path");
- frmf_clearParameter("rcv_gubuilnm_path");
- frmf_clearParameter("rcv_newzipcd_path");
-
- return objParam;
- }]]></Script>
|