How can i use a information in a data file on a free hosting service where only jawascript and html is allowed
Dec.03, 2006 in
Other
Tags: Data Hosting, Data Search, File Hosting, Free Hosting Service, Html Programming, Information Data, Jawascript, Variables, Website Hosting
Custom Search
December 3rd, 2006 at 3:16 pm
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: ( )