I don't have a lot of technology available to do it with server side, and also it needs to be reused by other people as well within the company.
I guess I'm stuck with Javascript or something like that. What can you suggest?
Thank you in advance.
Iguana
8:51 am on Jun 27, 2006 (gmt 0)
What do you mean by 'code' an RSS feed? An RSS feed is just a file with a bit of XML in. You can create it manually with any text editor and FTP it up to your website.
ActiveX and Javascript don't come into it - they are client side.
weppos
5:52 pm on Jun 29, 2006 (gmt 0)
As Iguana sais, you can't create an XML feed with javascript. If you can't use server side languages you have to code it by hand. :(
fiuOY
6:53 pm on Jun 29, 2006 (gmt 0)
Maybe I'm not using the correct terminology. All I want to do is a page that reads from an exisiting RSS to display those news items on my site. I want to do that without using activeX. Can that be done? If yes, how?