[thelist] JavaScript - form.submit()

Scott_Brady at themoneystore.com Scott_Brady at themoneystore.com
Fri Jul 28 16:33:08 CDT 2000


Nope.  I got the same error messages.

FWIW:  I got these messages using Netscape 4.x and IE 5.5 on an NT 4 machine.

This is pretty frustrating.

Scott




Please respond to thelist at lists.evolt.org

To:   thelist at lists.evolt.org
cc:    (bcc: Scott Brady/TMS)

Subject:  Re: [thelist] JavaScript - form.submit()


Scott_Brady at themoneystore.com wrote:
>
> < form action="index.cfm?FA=<cfoutput>#attributes.RFA.add#</cfoutput>"
> method="post" name="addJobForm" onSubmit="verifyForm(this); return false;">

Try this instead....

 < form action="index.cfm?FA=<cfoutput>#attributes.RFA.add#</cfoutput>"
 method="post" name="addJobForm" onSubmit="return verifyForm(this);">

<<<< JS function snipped >>>>










More information about the thelist mailing list