Might it be a missing "return true;"?

> function validateform(form)
> {
>       var submitform = true;
>       var manfields = "The Following fields are Mandatory:\n\n";
>       var form = document.MyFormName;
>       if (form.TXTACTIVITIES.value == '')
>               {
>               submitform = false;
>               manfields += "Extracurricular activities description\n";
>               }
>       if (form.TXTESSAY.value == '')
>               {
>               submitform = false;
>               manfields += "Personal Statement\n";
>               }
>       if(submitform == false)
>               {
>               alert(manfields);
>               }
        return submitform;
> }


Marc
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Marc Campeau" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to