function frm_login1_onsubmit() { if (frm_login1.VC_AccountName.value.replace(/ /g,"")=="") { alert("ΗλΚδΘλΥΚΊΕ?"); frm_login1.VC_AccountName.focus(); return false; } if (frm_login1.VC_Password.value.replace(/ /g,"")=="") { alert("ΗλΚδΘλΓάΒλ!"); frm_login1.VC_Password.focus(); return false; } if (frm_login1.W_YSPWorld_Code.value.replace(/ /g,"")=="") { alert("ΗλΚδΘλΡιΦ€Βλ!"); frm_login1.W_YSPWorld_Code.focus(); return false; } return true; } function window_onload() { document.frm_login1.VC_AccountName.focus(); } document.write(" "); document.write(" "); document.write("
"); document.write("ΥΚΊΕ:  "); document.write("ΓάΒλ:  "); document.write("ΡιΦ€:  "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
");