Here's an enhancement suggestion for CFJAVASCRIPT: I think that the tag should support a PATH attribute, just like CFSTYLESHEET.
The issue I am encountering is that, if my path contains values in the PATH_INFO (e.g. "/default/index.cfm/section1/subsection2"), the browser will try to load the CFJAVASCRIPT generated file from "/ default/index.cfm/section1/subsection2/load.cfres? js=cfjs_fe1cfe97251944c39a161ff2cbfddd7d.js". With a PATH attribute, I could force it to load from "/load.cfres? js=cfjs_fe1cfe97251944c39a161ff2cbfddd7d.js", jsut like I'm doing with CFSTYLESHEET. My workaround for now will be to save the CFJAVASCRIPT-generated JS file and call it directly. I have submitted this as Issue 315. Any thoughts? -- tag/function ref: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en Get to Texas in Feb for OpenCFSummit http://www.opencfsummit.org/
