Navigation bar opens new tab in Firefox
by Sarah Chambliss
on
Jul 22, 2008 at 8:14:13 pm
Wondering if anyone else has had the same problem- I don't know what's going wrong.
I have a frameset with one frame as the navigation bar and the other, id=Main Frame, where the content pages are supposed to display. All of the links on the navigation bar have their target set as Main Frame. In Safari, the bar functions as I expected it to, but in Firefox and Opera, it opens the different content pages in a new tab.
The site isn't published yet so I can't give a URL to look at, but I could put up the code if it would help.
Re: Navigation bar opens new tab in Firefox by Abraham Chaffin on Jul 29, 2008 at 3:25:56 pm
First thought that comes to mind that you might try is remove the spaces from the id name - instead of Main Frame use MainFrame and make sure the id has quotes around it in the code. Also change the target of the links to reflect these changes as well.