where to save the .js file in the file system ?
vuatabcOct 22 2009 — edited Oct 22 2009I have included the following code in the template header <script src="/i/javascript/its.js" type="text/javascript"></script> but the apex page cannot access it. The error console show "function xyz is not defined". The window View Source does show that line in the header section pf the page.
The javascript file is copied to $ORACLE_HOME/apex/images/javascript in the same place with other built-in apex scripts.
I would like to save the js file in the file system instead of loading into the db. Where should I copy the file to ?
Thanks for your advice,
Vu