How Can I Use A Information In A Data File On A Free Hosting Service Where Only Jawascript And Html Is Allowed

I have a website on a free hosting where only jawascript and html programming is allowed. I want to use data from data file or variables or fields etc. such that different page may be opened with different data as per search

One Response to “ How Can I Use A Information In A Data File On A Free Hosting Service Where Only Jawascript And Html Is Allowed ”

  1. You could use Javascript to download a file and use the data to update the page dynamically. This is done using the XmlHttpRequest object, but it’s usually easier to use one of the many javascript libraries that are out there
    Examples:http://developer.yahoo.com/yui/connectio…http://www.jquery.com/Ajax ( http://www-128.ibm.com/developerworks/li… )

Leave a Reply

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <code> <em> <strong>