Posted on Saturday 5th January 2008 at 03:47 PM
Hey Guys i have a problem with this code!!
Can someone help me ..i want to reload the page when status==3..
any idea?
Code
function LoginStatus(Status)
{
if(Status == 1) alert("User not found.");
else if(Status == 2) alert("User not verified.");
else if(Status == 3) alert("Login in progress...");
else if(Status == 4) alert("Password doesnt match");
}
{
if(Status == 1) alert("User not found.");
else if(Status == 2) alert("User not verified.");
else if(Status == 3) alert("Login in progress...");
else if(Status == 4) alert("Password doesnt match");
}
Can someone help me ..i want to reload the page when status==3..
any idea?
That's Just The Drill