'); document.writeln(''); //バーチャルキーボードで入力クリック時(ログインID) function OpenKeyboardLogin(){ objloginid = document.HOST.LoginId; virtul = window.open("https://" + location.host + "/tplshare/customer/virtul_loginid.html" +getNBFClientTime(), "LoginId" ,"width=" + nx +",height=" + ny + ",left=500,top=100,toolber=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,location=yes"); virtul.focus(); } //バーチャルキーボードで入力クリック時(パスワード) function OpenKeyboardPass(){ objpassnum = document.HOST.pass; virtul = window.open("https://" + location.host + "/tplshare/customer/virtul_pass_f.html" +getNBFClientTime(), "Pw" ,"width=" + nw +",height=" + py + ",left=500,top=100,toolber=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,location=yes"); virtul.focus(); } 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.__gid.value="NBGA3120G11"; document.HOST.__fid.value="NBGA2150"; document.HOST.__sid.value="00000"; document.HOST.__uid.value="00000"; document.HOST.__type.value = "0003"; document.HOST.B_ID.value = 1; document.HOST.submit(); } //パスワードをお忘れの場合クリック時 function goForgetPass(){ document.HOST.__gid.value="NBGA3120G11"; document.HOST.__fid.value="NBGA2210"; document.HOST.__sid.value="00000"; document.HOST.__uid.value="00000"; document.HOST.__type.value = "0003"; document.HOST.B_ID.value = 1; document.HOST.submit(); } //ログインIDをお忘れの場合 function goForgetId(){ document.HOST.__gid.value="NBGA3120G11"; document.HOST.__fid.value="NBGA3170"; document.HOST.__sid.value="00000"; document.HOST.__uid.value="00000"; document.HOST.__type.value = "0003"; document.HOST.B_ID.value = 1; document.HOST.submit(); } function returnChild(){ if (virtul == null){ return; } if (virtul.closed == false){ virtul.focus(); } } // -->
'); //-->