i'm working on my site, but i have a problem with the email checker, i dont get why it wont work (I HAVE NEVER USED JS BEFORE) so i did like that:
var flag=true;
var st = Form1["email"].value.indexOf("@");
if (st == -1)
{
alert("You must insert @ in email address.");
flag=false;
}
Can some one help me? thanks for the help