
function testlogin() {  
  if (!document.lab.user.value) 
    {  	alert(' Username ?');  	
    return(false);  
    }  
  if (!document.lab.passwd.value) 
    { 	alert('Password ? '); 	
//    return false;  
    return(false); 
    }  

else { // return true; }

//location= 
action='https://eiktel.com/user/index.php'
//this.value = 'https://eiktel.com/user/index.php'
//this.value = 'http://www.eiktel.com/users/index.php'
//target=("_blank")
return(action);
}

}

