This is annoying me. I have made a simple RSS feed but i need some of the links to open in a new window But i can't find a way to do this.

All i want is the same functionality you get in html when you specify target-"_blank" How is this not simple?

Here is my RSS feed.

<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
    <channel>
       <title>The title of my RSS 2.0 Feed</title>
<link>http://www.example.com/</link>
<description>This is my rss 2 feed description</description>
<language>en-us</language>   
<item>
<title>Red Nose Day</title>
<link>/LinkClick.aspx?fileticket=ICj71UfOvBY%3d&amp;tabid=86&amp;language=en-GB "_blank"</link>
<description>We are supporting Red Nose Day 2011</description>
</item>
</channel>
</rss>

Have had a good hunt around the web but nothing seems to be working. Please help!

dave

i have enquired with friends and it sounds like it will require a load of js scripting to get round it so have decided to open everything in a blank window.

Try this one ..surely work for you

<content-link >javascript:window.open("URL");javascript:window.location.reload("PerentsiteURL");</content-link>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.