Synthetic
07-31-2002, 04:11 PM
I am trying to get two DHTML scripts to work with my HTML form.
I am using the "submit once" and "form validation" scripts which can be fount at Dynamic Drive (http://www.dynamicdrive.com).
This is the current code I am using:
<form action="cgi-bin/formmail.cgi" method="POST" onSubmit="submitonce(this)" onsubmit="return formCheck(this);">... But it does not seem to work. Most likely because I have duplicated the onsubmit element?
Does anyone know how I can work my way around this? I've been struggling with it for quite some time now..
Validation script: http://www.dynamicdrive.com/dynamicindex16/requiredcheck.htm
Submit once script: http://www.dynamicdrive.com/dynamicindex11/submitonce.htm
I am using the "submit once" and "form validation" scripts which can be fount at Dynamic Drive (http://www.dynamicdrive.com).
This is the current code I am using:
<form action="cgi-bin/formmail.cgi" method="POST" onSubmit="submitonce(this)" onsubmit="return formCheck(this);">... But it does not seem to work. Most likely because I have duplicated the onsubmit element?
Does anyone know how I can work my way around this? I've been struggling with it for quite some time now..
Validation script: http://www.dynamicdrive.com/dynamicindex16/requiredcheck.htm
Submit once script: http://www.dynamicdrive.com/dynamicindex11/submitonce.htm
