function goAction(objform)
{
// first, we make sure that first name, last name, and email address have each been filled out.
if(!(objform.email.value))
{
// if one of them is blank, we give them this error message, and dont submit the form.
alert("You must supply Email Address!");
return false;
}
// now, we'll check to make sure that the email address has '@' and '.', and has no blank spaces in it.
if ((objform.email.value.indexOf("@")==-1) || (objform.email.value.indexOf(".")==-1) || (objform.email.value.indexOf(" ")!=-1))
{
// if the email address has no '@' or no '.' or does have blank spaces, we give them this error message and dont submit the form.
alert(objform.email.value + " is not a valid email address.\nPlease re-enter your email address.");
return false;
}
}
 |
|
|
|
 |
|
|
|
WELCOME
We offer select products that are sophisticated and discerning in attitude, sensibility and image, as well as products that are buoyant, fun and funky.
THE LEATHER RACK is the premiere source of quality leather, sexual fetish and BDSM apparel and gear in the Washington DC metropolitan area since 1972. We strive to deliver quality products and great service. Read more... |
CONTACT US Can't find it? Let us know what you are looking for.
IN WASHINGTON DC? Need store hours or directions? |
|