Opening another Browser Window

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

Guest

Hi. I am a relatively inexperienced frontpage user. I have a few hyperlinks
in my index page. When someone clicks on them they link to the correct
page. However what I want to do is when a user clicks on them, have the link
open but in a separate browser window (so my original index page is still
open). Is this doable and if so how?
TIA!
 
Right clink the link and in the Hyperlink properties dialogue set the
target for the link to new page (_blank). This produces HTML similar
to
<a href="page.htm" target="_blank">link text</a>
If the link is in a normal FrontPage navigation bar, the target cannot
be altered.
 

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