var ZdcEmapGPSErrMsg="การระบุตำแหน่งที่ตั้งปัจจุบันล้มเหลว"; function ZdcEmapHttpRequestHtml(url, func, nowaitmsg, typ) { // if(!nowaitmsg) ZdcEmapReadOn();//読み込み中フラグon if(typ == undefined) typ = 1; //通信処理 var ZdcEmapHttpRequestObj = new ZdcEmapHttpRequest('UTF8', 'UTF8', 1); ZdcEmapHttpRequestObj.request(url, function(html,status) { if(status == 3) status = 0;//タイムアウトは無視 連続呼び出し時の動作が安定しないので if(status == 9) status = 0;//テンプレートが無い場合に対応 if(html == null) html = "";//nullは出さない if(status == 0) { func(html,status); } else { //エラー処理 func(html,status); } // ZdcEmapReadOff();//読み込み中フラグoff //},60000); mod 2012/09/10 Y.Matsukawa },60000,typ); } function ZdcEmapAfterLocError() { // mod 2022/09/15 M.date } function ZdcEmapSetCondToForm(formTo) { var formC = document.formCond; if (!formC) return true; var cond,chk; chk = formC.cond100; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond100"); cond.setAttribute("value", "COL_17:t"); formTo.appendChild(cond); } chk = formC.cond101; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond101"); cond.setAttribute("value", "COL_119!:@@NULL@@"); formTo.appendChild(cond); } chk = formC.cond102; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond102"); cond.setAttribute("value", "COL_121!:@@NULL@@"); formTo.appendChild(cond); } chk = formC.cond103; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond103"); cond.setAttribute("value", "COL_123!:@@NULL@@"); formTo.appendChild(cond); } chk = formC.cond104; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond104"); cond.setAttribute("value", "COL_135!:@@NULL@@"); formTo.appendChild(cond); } chk = formC.cond105; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond105"); cond.setAttribute("value", "COL_137!:@@NULL@@"); formTo.appendChild(cond); } chk = formC.cond106; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond106"); cond.setAttribute("value", "COL_139!:@@NULL@@"); formTo.appendChild(cond); } chk = formC.cond107; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond107"); cond.setAttribute("value", "(COL_127!:@@NULL@@ AND COL_86:1)"); formTo.appendChild(cond); } chk = formC.cond108; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond108"); cond.setAttribute("value", "(COL_129!:@@NULL@@ AND COL_86:1)"); formTo.appendChild(cond); } chk = formC.cond109; if (chk && chk.checked) { cond = document.createElement("input"); cond.setAttribute("type", "hidden"); cond.setAttribute("name", "cond109"); cond.setAttribute("value", "(COL_131!:@@NULL@@ AND COL_86:1)"); formTo.appendChild(cond); } }