Actually, I'm pretty sure that cfform.js is used by the html forms for
JavaScript validation.

In CF 5, the JavaScript was embedded in the header, in CFMX 6.1+, the JS is
linked to from the header, and that default path is /cfide/scripts/cfform.js
(note: wddx JavaScript functions are handled the same way.). One of the
possible fixes is to place a copy of the scripts directory on your site
under CFIDE. Another solution is to change the src attribute of cfform to
point to wherever the file is. And another is to change the default location
of the js (in the CF Admin, may be CFMX 7 only).

If you do one of these fixes and it still doesn't seem to work, try creating
a brandnew form in another file just to test outside of your existing code.

- Calvin

-----Original Message-----
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 03, 2005 10:37 PM
To: CF-Talk
Subject: RE: Dreaded cfform.js Error

flash forms are pretty sensitive to errors. I was gunna run it on my machine
and see what happens and if I get the same error. If you want feel free to
send it to me off line and I will give it a try.

----------------------------------------
From: "Russ Unger" <[EMAIL PROTECTED]>
Sent: Sunday, April 03, 2005 10:32 PM
To: CF-Talk <cf-talk@houseoffusion.com>
Subject: RE: Dreaded cfform.js Error 

> code?

It's a couple hundred lines; I was hoping that the behavior might
trigger something. It's a bit involved and I'd be happy to share, but I
don't want to bog down the list with my sloppy coding.

Russ





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201332
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to