Hello.
I have a recomend bit on my site.
I have the script to check one e-mail but I cannot work out how you can check two.
The script I'm using at the moment is:
on (release, keyPress "<Enter>") {
if ((vemail.indexOf("@") != -1) && (vemail.indexOf(".") != -1) && (length(vemail)>5)) {
action = "Send";
loadVariablesNum("membership.php", 0, "POST");
nextFrame();
} else {
vemail = "PLEASE ENTER EMAIL";
action = "";
stop();
}
}
How can I alter this so it would check two ??
The script above checks the - TEXT BOX: "vemail" but i need it to do the same thing with TEXT BOX: "femail" too.
If you want have a look at what I done so far , check
http://www.feneo.com (Its at bottom Left)
I'm so stuck. Pleeeeeeeeeease help
Thanks in advance
Dihan.com