Rss Feed to open in new tab

Posted by Amritha444 under ASP.NET on 1/31/2013 | Points: 10 | Views : 2014 | Status : [Member] | Replies : 1
Hi all.
I want to open Rss feeds in new tab or window, rather than on the same page of my website. Because I am using rss feeds of some other website.
I tried
<script type="text/javascript" src="http://app.feed.informer.com/digest3/V4DFXEQOOL.js" target="_blank"></script>
but its not working
Does anybody know how to do it?

Thanks in Advance
Amrutha




Responses

Posted by: Saratvaddilli on: 1/31/2013 [Member] [MVP] Bronze | Points: 25

Up
0
Down
hi ,
try this

<a href="your rss link" target="_blank">click to rss</a>


Thanks and Regards
V.SaratChand
Show difficulties that how difficult you are

Amritha444, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response