'); document.writeln(''); function InputUserId(){ var element = document.HOST.LoginId; var str = element.value; if ((str != "") && (!str.match(/^[a-z0-9]+$/))){ alert("ログインIDに使用出来ない文字が入力されました。\n半角英数小文字で入力ください。"); element.value=""; element.focus();element.select(); setTimeout(function(){element.focus();element.select();},300); return; }else if (str.length > 0 && str.length < 8){ alert("ログインIDは8文字以上、16文字以下で入力ください。"); element.value=""; element.focus();element.select(); setTimeout(function(){element.focus();element.select();},300); return; } } function InputPassWord(){ var element = document.HOST.pass; var str = element.value; if (str.length > 0 && str.length < 8){ element.value=""; alert("パスワードは8文字以上、16文字以下で入力ください。"); element.focus();element.select() setTimeout(function(){element.focus();element.select();},300); return; } } function goNew(){ document.HOST.__type.value = "0003"; document.HOST.__sid.value = "00000"; document.HOST.__uid.value = "00000"; document.HOST.__gid.value = "NBGA3120G11"; document.HOST.__fid.value = "NBGA2150"; document.HOST.B_ID.value = "1"; document.HOST.submit(); } function goForgetPass(){ document.HOST.__type.value = "0003"; document.HOST.__sid.value = "00000"; document.HOST.__uid.value = "00000"; document.HOST.__gid.value = "NBGA3120G11"; document.HOST.__fid.value = "NBGA2210"; document.HOST.B_ID.value = "1"; document.HOST.submit(); } function goForgetId(){ document.HOST.__type.value = "0003"; document.HOST.__sid.value = "00000"; document.HOST.__uid.value = "00000"; document.HOST.__gid.value = "NBGA3120G11"; document.HOST.__fid.value = "NBGA3170"; document.HOST.B_ID.value = "1"; document.HOST.submit(); } // -->
'); //-->