Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
Is there a way to have links in an RSS Feed Content Column open in a new window (or new tab) rather than the same window? |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
The easiest way would be to open up \BVModules\ContentBlocks\RSS Feed Viewer\view.ascx and add target="_blank" to the asp:Hyperlink. Just keep in mind that the target attribute is depreciated in XHTML and won't validate. If that's a concern, you could use javascript in the link: Code:onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;" |
|
|
|
|
Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
Thanks Cliff.
What are the implications of it not validating? |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.