 |
|
Author |
Message |
Topic: rss2html: Links in ItemDescription to PopUp or New Window |
royhink
Replies: 1
Views: 8890
|
Forum: RSS2HTML (RSS to HTML Converter)
Posted: Mon Dec 19, 2011 6:25 pm Subject: rss2html: Links in ItemDescription to PopUp or New Window |
I've re-written the function to modify the href so that the link will open in a new pop up window.
.href,'\');')
}
}
}[/code]
This works only with rss from news.google.com. I'd prefer if it found all 'a' tags within a <div class=rssFeed, but
frame.getElementsByClass('rssFeed').getElementsByTagName('a');
doesn't work.
Any help greatly appreciated. |
Topic: rss2html: Links in ItemDescription to PopUp or New Window |
royhink
Replies: 1
Views: 8890
|
Forum: RSS2HTML (RSS to HTML Converter)
Posted: Mon Dec 19, 2011 3:35 pm Subject: rss2html: Links in ItemDescription to PopUp or New Window |
I want to have the links in the ItemDescription to open in a pop up or new window, and I'm having issues with the js. Any help greatly appreciated.
My template:
I've got the following JS script activated onLoad. (The commented out code works, but it causes ALL links on my page to open in a new window. I just want what is within the span tag):
function popUp(url) {
window.open(url, "", "height=700, width=1000px, resizable, scrollbars, status, location");
}
[code]
Any help greatly appreciated!
Thanks[/code] |
Topic: rss2html: pagination |
royhink
Replies: 0
Views: 9668
|
Forum: RSS2HTML (RSS to HTML Converter)
Posted: Mon Dec 19, 2011 3:00 pm Subject: rss2html: pagination |
Is it possible to have paginated feed?
I am currently using the PHP code:
Thanks in advance. |
|
| |