/* カスタマイズ用のJavaScriptコードをここに記述してください */ function SetCond(fm){ var tmpflt = ""; if(fm.cond1)fm.cond1.value = ""; if(fm.cond2)fm.cond2.value = ""; if(document.getElementById("cond1").checked){ tmpflt += "&cond1=" + document.getElementById("cond1").value; if(fm.cond1)fm.cond1.value = document.getElementById("cond1").value; } if(document.getElementById("cond2").checked){ tmpflt += "&cond2=" + document.getElementById("cond2").value; if(fm.cond2)fm.cond2.value = document.getElementById("cond2").value; } if(fm.gpsfilter)fm.gpsfilter.value = tmpflt; } function pgj(no){ alert(no); }