Automatically have pages open in new window when viewed on interne

N

Nurseryman Ron

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

Steve Easton

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
 
G

Guest

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
 
Top