Log in

View Full Version : Displaying Content from file Dynamically in Marquee



kiranmsis@gmail.com
04-26-2007, 11:17 AM
Hi,

My Requirement is:

I will be having xml files or html files in one folder and display this files(xml or html) in Marquee Dynamically as Links.if i add any html or xml file to this folder it must be displayed in Marquee.

Plz Reply ASAP .

Thanks and Regards
Kiran

thetestingsite
04-28-2007, 08:19 PM
Do you have any server side languages installed on your server, because this would be the only way to do it (unless you used AJAX to read directly from one xml/html/txt file).

Quick question, are you going to be editting one file and add the links, or are you going to be adding these files to a folder and have the script read the files in that folder? If the first, this could be done simply using AJAX; however, if the latter, then you would need to use a server side language.

Hope this helps.