Open Links in New Windows

B

bbarrick

I've added links to additional Web Sites to my Microsoft Project Server site.
I want users to click the link and have it open in a new window. I'm not
sure if there is a setting somplace in Project Server I can change or if
there is some sort of Internet Explorer slash command I can add to the web
address to get these links to automatically open in a new window.
 
R

Ray McCoppin

There is not switch in Project Server to do this. But the user can right
click on the link and then select Open in new Window.

Hope this helps.
 
J

John Cello

Add the target="_blank" to the beginning of the hyperlink and you can open
them in new windows.

<a target="_blank" href="yourpageaddress.htm">Link Title</a>
 
Top