When I put this code in my page (even if it's not ever called) I get some strange Object Expected error message.
Can anyone see anything I'm missing? The field called Delivery is a dropdown box with 3 choices. Mail is one of the choices. How do I reference what is chosen since it seems Value isn't it.
if document.FrontPage_Form1.Delivery.value == "Mail"
{
mail = 1;
}
Can anyone see anything I'm missing? The field called Delivery is a dropdown box with 3 choices. Mail is one of the choices. How do I reference what is chosen since it seems Value isn't it.
if document.FrontPage_Form1.Delivery.value == "Mail"
{
mail = 1;
}