Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:50

Problem with frames


Poster: dmedcalf
Dated: Friday March 18 2005 - 23:01:35 GMT

I am using frames. I have a "Top" frame and a "Body" frame. The menu is in the "Top" frame and it overlaps onto the "Body" frame. My problem is that my "Body" frame isn't an actual page on my site, I link to a page on another site that displays in my "Body" frame. Therefore I don't have an actual page to put the
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>

so the menu will not work over the frame. Is there any way around this issue?


Poster: kevin3442
Dated: Friday March 18 2005 - 23:08:03 GMT

dmedcalf wrote:
Is there any way around this issue?

Only if the code for the page displayed in the body frame is also under your control. If the menu code is not in the page, then the page cannot display the menus.

Sorry for the bad news.

Kevin

P.S. I moved this thread to the v3 forum, because you are using version 3 code.


Poster: Ruth
Dated: Saturday March 19 2005 - 2:30:06 GMT

If you switch to version 5, depending on your top frame height you could use an all horizontal menu, that way all the submenus would open in that top frame also, and you'd have your menu links open the pages in the main body frame. Here's the sample. You can convert your header_array.js and body_array.js files using the on line converter, after which you'd need to merge them together in one menu_data.js file.

Ruth