Any ideas on how to make a link in a link webpart open in a new window? Thanks in Advance
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I'd go with jQuery. Get all links in the webpart and add the target attribute:
|
|||
|
|
|
This blog post has the answer. I tried it out yesterday, and it works: Open Links List Links in New Window in SharePoint 2010 It does cause all of the links in the list to open in new windows, not just one, so hopefully that is the desired behavior. |
|||
|
|
|
I assume you mean you have a list web part and it contains Link content type. You wish the Link content type to open in a new window. My only suggestion is that you use a custom XSLT for your List WebPart and render the xhtml link tag with a target attribute. |
|||
|
|