Microsoft SDK for Java

asyncLoad

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.

Syntax

public void asyncLoad(String arg, String callback);

Parameters

arg The document name.
callback The callback string.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.