Forum Moderators: open
mm_menu_1109153154_0.writeMenus();
} // mmLoadMenus()
Problem: Need for the target of "What's New" to go to a iframe called "Main". I'm using frames so I do not have to repeat the navigation on all the pages when there is a change.
Thanks for the help.
So if you're iFrame name was Main, you would change the following line of code in the function you posted:
mm_menu_1109153154_0.addMenuItem("What's New","location='news.htm'"); to this:
mm_menu_1109153154_0.addMenuItem("What's New","[b]Main.location='news.htm[/b]'"); -=casey=-