ZiaJet
10-23-2002, 12:28 AM
Hi,
I'd like to know that if you have a form coded in the following manner:
<form name="CheckOut" action="confirmorder.html" method="Post">
Can this code be changed to something like: onSubmit="validatePost()", so it calls the function "validatePost(), so the form items can be checked for user input and if the validation passes the form is then sent to a target file for posting?
Cheers,
Jean-Raul
:rolleyes:
I'd like to know that if you have a form coded in the following manner:
<form name="CheckOut" action="confirmorder.html" method="Post">
Can this code be changed to something like: onSubmit="validatePost()", so it calls the function "validatePost(), so the form items can be checked for user input and if the validation passes the form is then sent to a target file for posting?
Cheers,
Jean-Raul
:rolleyes: