Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

where to save the .js file in the file system ?

vuatabcOct 22 2009 — edited Oct 22 2009
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2009
Added on Oct 22 2009
4 comments
615 views