The cause of this problem is almost always the inability of the web
server to find the cfform.js file. And it's usually because the CFIDE
directory is outside of the webroot, or not at "/CFIDE/"

So -- two questions: Does the path "/CFIDE/scripts/cfform.js" actually
correctly point to a file within your webroot?


**cfform.js is at this location. To test that I had access I put
test.cfm at this location (/CFIDE/scripts/) with a simple "I'm here."
type of entry then put a cfinclude in my .cfm file. Test.cfm was found
and displayed its contents correctly. I infer from that that the module
can be found.



And -- when you submit the form, is there a javascript error generated?
If there is, and the error says something like "_CF_hasValue is not
defined ....," then it's because the js file isn't where it's supposed
to be.

**I checked yesterday and didn't see the error, but I do today. 

**But why will it pull in the cfincluded (<cfinclude
template="/CFIDE/scripts/test.cfm">) file but not (apparently) see the
cfform.js file? The clear implication is cfform.js isn't being found but
I don't understand why.

Another thought: are other validations in the same form working?

**None of them work.


Thanks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to