Click to See Complete Forum and Search --> : rss feed site. help needed


thegr81
02-09-2005, 09:32 AM
hi i have created a site that uses a frameset to display 3 frames. in each frame there are 3 rss feeds being displayed.

this all works by calling the rss feeds in an xml file and then an xsl style sheet is used to display the headline of the feed.

my problem is that i want my users to be able to click on a headline and a new window showing the feed pops up. as at the minute when a headline is clicked it is opened in the frame.

does anyone know how to do this ?

thanks

Khalid Ali
02-09-2005, 12:17 PM
in the link add the target attribute
target="_blank" should do what you want, however target in an href element is not standard anymore...so your decision...:D