This method of the XMLDSO class loads a Web page asynchronously. Asynchronous loading means that some parts of the page load more quickly (and are displayed first) while the browser finishes loading and displaying other portions of the page.
public void asyncLoad(String arg, String callback);
arg | The document name. |
callback | The callback string. |