Hi,
I want to check 2 boolean function's value before submitting the form
This is how the code looks like now
<form action="Enrollment/ChooseBenefit.asp?<%=strPass%>" name="BenefitForm" method="Post" onSubmit="return chkValue();" >
Now I want to add another boolean function to onSubmit event
so that only if both of them are true the form should be submitted.
Thanks for any help
Sunil
Sunil
I want to check 2 boolean function's value before submitting the form
This is how the code looks like now
<form action="Enrollment/ChooseBenefit.asp?<%=strPass%>" name="BenefitForm" method="Post" onSubmit="return chkValue();" >
Now I want to add another boolean function to onSubmit event
so that only if both of them are true the form should be submitted.
Thanks for any help
Sunil
Sunil