Help with frames

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
darkmind
Beginner
Beginner
Posts: 1
Joined: Wed Aug 28, 2002 2:55 pm

Help with frames

Post by darkmind »

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
Post Reply