Hi
Im trying to figure out a way for the .js files to not load every time I open a new page.
Like now I have to include these scripts on every page i want the menu on:
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
But our site uses frames. It has 3 windows, and an index.html files that defines the frames. What i would like is to load the .js scripts in the index.html file, and then just link or something to the file inside the framewindow to show the menu. This would greatly ease the load of the server as the .js scripts doesn't need to load on every page, it just loads when you load the index.html file..
Anyone have a clue how to do this?
oh, and if its possible, i'll by the license in a heartbeat :mrgreen:
- Darkmind