» Forums
» DynarchMenu forum
» Bug reports
» DynarchMenu reloading frames
DynarchMenu reloading frames
2007/02/13 02:04
Viewed 4395 times
Replies: 2/2

For framed menus, the hierarchial menu reverts back to an unordered list when the frame is reloaded. To witness this:
1) go to the DynarchMenu samples.
2) choose the frames sample.
3) hover over the menu frame.
4) <right click><this frame...><reload frame>

Any ideas?

Re: DynarchMenu reloading frames
2007/02/13 21:23
Viewed 5898 times
Replies: 0/0

You should be able to fix that by calling "reinit()" in the child frame's onload handler. But note that this is also called by the frameset script when it's first loaded, so probably should have something like this (note the example should work with our frames sample, but I can't be sure about your particular setup):

if (!window.parent.first_time)
window.parent.reinit();

Add the above code in the body's onload handler for the child frame and you should be done. Please let me know if that doesn't work or if you have any other questions.

last
DynarchMenu reloading frames
2007/02/23 20:07
Viewed 5770 times
Replies: 0/0

Problems reloading the pages in the frame menu. It's the same with the example including in this web site. I was trying like the intructions show, but I can resolve it.

last
Google