all groups > coldfusion flash integration > october 2005 >
You're in the

coldfusion flash integration

group:

Flash Forms and Javascript Validation


Flash Forms and Javascript Validation zach1023
10/7/2005 12:00:00 AM
coldfusion flash integration:
Ok, I am having a little trouble incorporating a javascript file that calls a
function to validate form fields into my flash form. I am not sure what I am
doing wrong here. Here is how I have it set up:

<script src="js file name"></script>
........

<cfform type="flash" ... etc..... >
<cfinput type="text".... blah ... blah....
onvalidate="return validateID(this)" />
........
</cfform>

Where validateID is the js function I want to call to check for a valid ID.
Right now it is just not validating the contents of the text input control at
all. Any ideas as to what I am doing worng here??? Any suggestions would be
greatly appreciated....

ZA
Re: Flash Forms and Javascript Validation desidiosus
10/11/2005 10:10:23 AM
AddThis Social Bookmark Button