At the SPS level, I can set the link in the tabs in the top menu bar to redirectto another page or web site, but does anybody know how I can make it open in anew window?Also, how can I make the links in the Links web part open in a newwindow?
Methinks this one was asked & handled just yesterday - is there any reason whyadding the "target='blank'" attribute to your link's HTML code wouldn't do thetrick?Here's a sample:<p>Here is a link to <a target="_blank"href="http://www.vogtland.ws/">Vogtland's</a> website...</p>