• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

birdsafe
#1 Posted : Saturday, August 18, 2007 2:58:52 PM(UTC)
birdsafe

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?
Cliff
#2 Posted : Saturday, August 18, 2007 3:57:55 PM(UTC)
Cliff

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;"
birdsafe
#3 Posted : Saturday, August 18, 2007 4:57:34 PM(UTC)
birdsafe

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012