Forum Moderators: open
Don't know if this is the right place, but here goes.
I've created a menu with "UltraMenu" application. It created a ".js" file and some <script></script> code. How can i now (if i can at all) read this <script></script> code from some file. For example, i don't want to have this in my every file, but only in one, and just read it from every other one - so i won't have to insert <script></script> code into my every file when updating the menu.
Hope this makes sence.
Cheers!
It is possible to just link a "js" file to every page and perhaps have an empty DIV container in the page where you want the menu to go... but whether this will work in your case I don't know.
To know more we'll need to see some code... what is intended to go in the <script>...</script> tags?