Hyperlinks are always opening a new browser event

  • Thread starter Thread starter Capine
  • Start date Start date
C

Capine

Even the links in the navigation bar opens a new browser window, anyone with
an idea please???
 
right click on the link, go to hyperlink properties and
then hit target frame.. and select appropriate one.

- Jenn
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top