Search found 3 matches

by Hans1bad
Fri Jan 19, 2007 6:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Only see menue after refresh
Replies: 1
Views: 1891

Only see menue after refresh

In IE 7.0 running the most recent download of the Menu (just got it this AM).
The only way the menu system works when going from page to page is the hit refresh (F5) after the menus finish drawing.

Any suggestions?
Thanks

Following is menu_data.js
------
fixMozillaZIndex=true; //Fixes Z-Index ...
by Hans1bad
Wed Sep 13, 2006 2:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Get out of frames
Replies: 3
Views: 2979

Working, sorta

Thanks, the link helped me along 80% of the way. 8)
The part I was missing was to add:
target=_new; to the menu line. This opens up a new browser.
Is there a way to close the browser that launched the new instance of the browser?
by Hans1bad
Wed Sep 06, 2006 3:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Get out of frames
Replies: 3
Views: 2979

Get out of frames

I have one "page" with frames on the web site.
I have the frame based menu semi working, however, each link opens in the body of the frame, thus the web site becomes nested.

I have two questions:
1. How do I prevent above.
2. If I click on a sub menu link, I want to completely leave the frame based ...