IFrame issue - help needed!

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kilkul
Beginner
Beginner
Posts: 5
Joined: Thu Oct 14, 2004 3:49 pm

IFrame issue - help needed!

Post by kilkul »

Please, give me an answer regarding the topic found at viewtopic.php?t=5084. I'm running out of ideas, and it's almost imposible to follow the functions structure to create a custom function for that purpose.

I repeat the issue: the menu is in a page containing an iframe; it works fine, except the feature that highlights the current page's menu item (and all the above items recursively); i would really like to use that feature exactly as it behaves in the usual, no-frames samples... Is that possible?

Thanks.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Re: IFrame issue - help needed!

Post by kevin3442 »

kilkul wrote:...Is that possible?
No.

The pagematch feature matches the menu item to some aspect of the url of the page that contains the menu. The problem is that the page containing the menu and the page in the iframe are two separate pages, even though the layout may present them as more of a single unit. To the browser, it's almost as if each was in its own separate browser window.
kilkul wrote:it's almost imposible to follow the functions structure to create a custom function for that purpose
Follow which function's structure?

Kevin
Post Reply