Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello house, i am working on RSS FEED project, i have been able to display feeds
from other website on my webpage using
Java script i generated from feed2js.org online tool, below is the java script:

<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fallafrica.com%2Ftools%2Fheadlines%2Frdf%2Fnigeria%2Fheadlines.rdf&num=8&date=y&tz=value = feed&targ=y&utf=y" charset="UTF-8" type="text/javascript"></script>

<noscript>
View RSS feed
</noscript>

This works well for me, but each time any of the feed title is clicked, the user is
being redirected to site serving the feed;
i have tried tweaking the a href to a page on my site like:

<noscript>

</noscript>

still didnt work!

I want to be able to display feeds description on another page on my website when any
of the feed title is clicked. ie i want to be able to redirected users from NewsfeedTitle.aspx
to Default.aspx and then display corresponding feed description on default.aspx and put
a link to site serving the feed so that user can decide whether to go to the site
serving the feed or to remain on my webpage, NewsfeedTitle.aspx will contain
only newsfeed title. Pls any help or assitance will be greatly appreciated.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900