 |
? |
Author |
Message |
zoomit
Guest
|
Posted: Mon Mar 14, 2005 1:13 pm |

|
Hi,
I use rss2html (which is great by the way) to display news headlines from an RSS feed within an existing page.
My problem is that the RSS feed provides a list of headlines and links to the full stories, however when the user clicks on the headline it transfers the user straight to that site. Instead I would like the full news story to pop up in a separate window.
My question is, how can I modify the link properties so that I can set the HTML link target to "_blank" for each headline from the feed ?
Thanks
Zed
|
|
|
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 639
|
Posted: Mon Mar 14, 2005 5:37 pm |

|
here is a simple template without the change;
Quote: |
~~~FeedTitle~~~
~~~FeedTitle~~~
~~~FeedDescription~~~
~~~BeginItemsRecord~~~
~~~ItemPubShortDate~~~ ~~~ItemPubShortTime~~~
|
~~~ItemTitle~~~
|
~~~ItemDescription~~~
|
~~~EndItemsRecord~~~
~~~FeedTitle~~~
~~~FeedTitle~~~
~~~FeedDescription~~~
~~~BeginItemsRecord~~~
~~~ItemPubShortDate~~~ ~~~ItemPubShortTime~~~
|
~~~ItemTitle~~~
|
~~~ItemDescription~~~
|
~~~EndItemsRecord~~~
|
here is the same template, but with the change in the link to open a new brower window;
Quote: |
~~~FeedTitle~~~
~~~FeedTitle~~~
~~~FeedDescription~~~
~~~BeginItemsRecord~~~
~~~ItemPubShortDate~~~ ~~~ItemPubShortTime~~~
|
~~~ItemTitle~~~
|
~~~ItemDescription~~~
|
~~~EndItemsRecord~~~
|
|
_________________
FeedForAll Support
|
|

|
 |
|
|
|