frames_header_array.js together with menu_array.js not work.

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
Eisenhower2
Beginner
Beginner
Posts: 1
Joined: Sun Aug 25, 2002 7:52 pm

frames_header_array.js together with menu_array.js not work.

Post by Eisenhower2 »

Hi
Im trying to use the frame version (frames_header_array.js, frames_body_array.js) together with menu_array.js. Also mmenu.js is included.

I use a top- and bodyframe which works perfectly --> :D

But when I try to include menu_array.js on one of my pages loaded into my body frame, the top menu (in my top frame using frames_header_array.js) is not working anymore. SOME of the Items wont show sub menu anymore (but some works normally) - not before leaving the page where menu_array.js has been loaded from.

In my top frame I have included:
<script language=JavaScript src="frames_header_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>

In my page (body frame) where I want another menu to the left I have included:
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="menu_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>

NE suggestions? --> :cry:
Best regards
Eisenhower
menufurfer
Super Advanced
Super Advanced
Posts: 37
Joined: Sun Jul 28, 2002 4:40 am

Post by menufurfer »

Nice try in mixing and matching menus.

Because my presupposition is that the two frame js files are a matched pair (as are presumably other matched pairs being developed for the specialty menus), I would have been quite astounded if suddenly you could mix and match a non-frame js file and it would work. From what I saw with Andy's frames example, you can have simultaneous head and side menu frames. Not sure if that would meet your need.

But in general I am quite interested in the mix/match possibilities for frames. For example I wonder if there is a way of getting the rolling menu to work within a frame while the frame menus are also operable. And other specialty menus as well.

Help anyone? /mfurfer
Post Reply