You've hit the nail on the head and, with this last suggestion, I see why. Thanks for solving the mystery.
-----Original Message----- From: Tom McNeer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 4:53 PM To: CF-Talk Subject: Re: Why is "required" not working? Larry, Well, you've found the problem; just not the solution. The errors show that the file is not being found (assuming the file hasn't been corrupted or something). Ignore the CFINCLUDE route for a moment: can you browse to http://servername/CFIDE/scripts/cfform.js? If not, then the file isn't where you think it is. Remember, the cfform.js file is not being CFINCLUDEd. What's being included by CF is the <script src (etc.) tag. If, for instance, CFIDE were not in the web root, a CFINCLUDE would find it if it were mapped in CF Admin. But the generated script tag wouldn't find it, because the web server would not be aware of the mapping. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270292 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

