Automatically have pages open in new window when viewed on interne

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

Guest

How do I set pages to open in new window automatically when viewed in
Internet Explorer. I know how to do by right cliking but believe that will
not affect anything after being published.
 
Right click the hyperlink, select Hyperlink properties, Click the "Target Frame" button, select "New
window," click OK

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
If you work in the HTML page, simply adding the command
target="_blank" will do what you want.

The front of this hyper link configuration should then
look like this <a target="_blank" href="http://www.......
and it will open the link in a new window.

Nick P of www.kre8tor.com
 

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