Forum Moderators: open
Just wondering if anyone can point me to a good javascript that will pull data and display it from an rss file, such as the rss file of my site.
I'm looking for something that would be small, prehaps 165 wide by 100 high, where the story titles scroll up one after the other. Anything that can do this available?
I have seen ones where you can do what I want by manually adding the info, but I'd like to just have it on auto. 8)
Or if there is a dhtml script that'll work like this I can use that as well.
Thanks
<td colspan="2" width="100%" height="100%"><Marquee direction="up" height=100% id=scroller onmouseout=this.start(); onmouseover=this.stop(); scrollAmount=1 scrollDelay=50 width=100%>
<IFRAME border=0 name=news src="news.asp" frameBorder=0 width=100% scrolling=no height=100% content=150></IFRAME></MARQUEE></td>
Not javascript ... but inline frames can do so using Marquee -:)