add Application.cfc and application level javascript
I have a situation where my site uses a Application.cfc file for error trapping. This by itself works fine. I now have some JavaScript I need to add to the entire application so the default would be to add it to Application.cfm but of course I can't use Application.cfm and Application.cfc.
Is there a way to add the JavaScript at the Application level either in Application.cfc or some other way?
