i have a button...
when they click the button it goes to a function to validate the data.
if the data is valid I want to submit the form
i have
<INPUT TYPE=button VALUE="Send to :" onClick="if (forceEntry()) {document.forms.okay3.submit();}">
but this doesn't work and I already checked that forceEntry is returning true and okay3 is the name of my form
thanks for any help you can provide
when they click the button it goes to a function to validate the data.
if the data is valid I want to submit the form
i have
<INPUT TYPE=button VALUE="Send to :" onClick="if (forceEntry()) {document.forms.okay3.submit();}">
but this doesn't work and I already checked that forceEntry is returning true and okay3 is the name of my form
thanks for any help you can provide