owt200x
12-22-2008, 04:05 PM
1) Script Title: Required field(s) validation and Submit Once! Form validation
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex16/requiredcheck.htm
and
http://www.dynamicdrive.com/dynamicindex11/submitonce.htm
3) Describe problem:
I have been trying to get this to work but everything I do only one or the other works. What I am trying is to have both of the scripts above on my form and run one after another using the onSubmit tag below.
<form onSubmit="return formCheck(this); && submitonce(this)">
Is this the right way to do this? or is there another way to have the validation run then the submit once run
thanks,
Barry "OwT"
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex16/requiredcheck.htm
and
http://www.dynamicdrive.com/dynamicindex11/submitonce.htm
3) Describe problem:
I have been trying to get this to work but everything I do only one or the other works. What I am trying is to have both of the scripts above on my form and run one after another using the onSubmit tag below.
<form onSubmit="return formCheck(this); && submitonce(this)">
Is this the right way to do this? or is there another way to have the validation run then the submit once run
thanks,
Barry "OwT"