Validation Log In

i create a register form now i want create a log in form but i don’t know the code i try to put javascript code but the code are wrong so i want a code or how i can validate the text inside the E-mail with the database information who the user put before

The ode i try to use is:

function validate()
{
var email = document.getElementById("email).value;

if (email=="wrong" ) 

}

Hi Jozu!

It sounds like what you’re looking for is the promptLogin( ) method.
Read all about it here .

Doron.