Hyperlinks are always opening a new browser event

C

Capine

Even the links in the navigation bar opens a new browser window, anyone with
an idea please???
 
G

Guest

right click on the link, go to hyperlink properties and
then hit target frame.. and select appropriate one.

- Jenn
 
J

Jack Brewster

Without seeing the page, my guess is that your page has a base target value
set. A quick way to check is to view source on your page and look for the
following in the head of the document:
<base target="_blank">

If that isn't it, check your links for the same value. Otherwise, post back
with a URL and you can get more specific advice.
 
Top