Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Links on WSS site

  Asked By: Jamal Beck         Date: Jan 26, 2004      Category: Sharepoint      Views: 171
 

I have couple of links on my WSS site, when clicked on them they open on the same page. I want these links to be opened on a new page when clicked, is this possible?

Tagged:        

 

3 Answers Found

 
Answer #1       Answered By: Aaron Lopez          Answered On: Jan 26, 2004       

It's possible and it's not a big issue. Check out the Q80 on the following site  for details:
http://wss.collutions.com/pages/III%20-%20Administration.aspx

 
Answer #2       Answered By: Terry Webb          Answered On: Jan 26, 2004       

But you will have to edit the code in frontpage.

Convert the links  webpart to XSLT Dataview, then add the target=’_blank’ to the a href node.

 
Answer #3       Answered By: Earl Craig          Answered On: Jan 26, 2004       

Open the page  that contained link in frontpage
Right click on the webpart
Convert to XSLT dataview
Right click on hyperlink u want to change
Select hyperlink properties
Select target frame
Select new window from the list
Save

 
Didn't find what you were looking for? Find more on Links on WSS site Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].