function toHankaku(motoText) { // ■フィールド名取得 All_Num_Str = motoText.length; Field_Num_Str = motoText.indexOf("/"); Field_Name = motoText.substr(Field_Num_Str + 1, All_Num_Str); motoText = motoText.substring(0, Field_Num_Str); //■半角置き換え han = "-1234567890"; txt = "−1234567890"; txt+= ""; str = ""; for (i=0; i= 0) c = han.charAt(n); str += c; } //■値入れ込み { document._Seminar_20091201.elements[Field_Name].value = str; } } function kanacheck(motoText) { // ■フィールド名取得 All_Num_Str = motoText.length; Field_Num_Str = motoText.indexOf("/"); Field_Name = motoText.substr(Field_Num_Str + 1, All_Num_Str); motoText = motoText.substring(0, Field_Num_Str); //■半角置き換え han = "-1234567890"; txt = "−1234567890"; txt+= ""; str = ""; for (i=0; i= 0) c = han.charAt(n); str += c; } //■値入れ込み { document._Seminar_20091201.elements[Field_Name].value = str; } } function JyusyoSien(add) { window.open("/Webinput.nsf/Yubin_20091201?OpenForm&"+add,"xx","Location=No,scrollbars=yes,width=300,height=400") } function Submitcheck(add) { if (document._Seminar_20091201.No1.value == "") {No1 ="『貴社名』
"} else {No1 =""}; if (document._Seminar_20091201.No2.value == "") {No2 ="『TEL』
"} else {No2 =""}; if (document._Seminar_20091201.Zip.value == "" | document._Seminar_20091201.Zip1.value == "") {Nozip ="『郵便番号』
"} else {Nozip =""}; if (document._Seminar_20091201.Addr.selectedIndex == "0" | document._Seminar_20091201.Addr1.value == "") {Noaddr ="『ご住所』
"} else {Noaddr =""}; if (document._Seminar_20091201.No9.value == "") {No9 ="『お申込者氏名』
"} else {No9 =""}; if ( document._Seminar_20091201.No24.value == "" && document._Seminar_20091201.No25.value == ""&& document._Seminar_20091201.No26.value == "" && document._Seminar_20091201.No27.value == "" ) {No27 ="『E-mail』
"} else {No27 =""}; joker =No1+No2+Nozip+Noaddr+No9+No27; if (joker == "") { if (window.confirm("上記内容で送信してもよろしいですか?")) { return true; } else { return false; } } else { { w = window.open("","joker", "width=300,height=300,toolbar=no,scrollbars=yes,resizable=yes"); w.focus(); w.document.open(); w.document.write("
Err! 以下項目が抜けています。
"); w.document.write(joker); w.document.write("
"); w.document.close(); return false; } } }