stop pages from opening in new window from navigation menu?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I once had buttons that opened some pages in a new windows. Now, I'm using
the Navigation menu instead of the buttons but pages are still opening in a
new windows. If they were just hyperlinks assigned to buttons or text I
could change the properties to open in the same frame or whole page. But
since I'm using the navigation menu I can't find a way to change the
behavior. Help!!!
 
Look in the page for a tag similar to <base target="_blank">
Delete the tag. Note that _blank could be any other word.
 
Thanks for the tip. I only found one tag: <base target="_blank"> Since I
had several pages openng in new windows I didn't think it would solve all my
problems, but it did. I took over maintaining a web page without any
knowlege of html but it appears that I need to learn!

Mark F.
 
Back
Top