> CFForm does not work on our installation of MX. The > java it generates does nothing. It does not error, > and when you click submit it just submits... it does > not validate, or check for required. It generates > this java: > > <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" > SRC="/CFIDE/scripts/cfform.js"></SCRIPT>
Is the URL used in the above SRC attribute valid? That is, can you fetch that .js file through your browser? My guess is, you can't. To fix this, you'll need to create a CFIDE subdirectory or virtual directory which lets you get to /scripts and /classes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

