Current Path : C:/AppServ/www/rs_v2/ |
Current File : C:/AppServ/www/rs_v2/index.js |
function verify() { with(document.formLogin) { if(inputUserName.value=="") { inputUserName.focus(); return false; } if(inputPassword.value=="") { inputPassword.focus(); return false; } } } document.formLogin.inputUserName.focus();