News Headline |
Ideas for the next project
Google Analytics Questions & Answers
If you have a question for me, or anyone who stops by this site, feel free to ask. Please keep the questions somewhat relatived to computer programming. Questions are moderated and removed if deemed unsuitable for the site.
Q: What is Document.ReadURL and what does it do, and what other ways to use it?
By: Churk on 2010-02-07
A: To make the answer short, document.ReadURL.readFile is the old way of loading the contents of a file without refreshing. The Older way to do AJAX call. This uses a java file to perform the work. So if the browser does not support java applet, then it would not work. The alternative to this is use a framework similar to JQuery and make a function call similar to this to accomplish the same task: $("#contentBody").empty().load(fileLocation); and this will push what ever the content at fileLocation into the div id=contentBody
By: SimpleFunctions on 2010-02-07
Latest Technology
Android Apps Future Technology
AI (Artifical Intelligence) |
