installationProgress.IE6XPSP2ProgressHtml Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet Explorer

Sets downloading instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.IE6XPSP2ProgressHtml("<p>Please wait until the control is loaded.</p>");
//...other params...
u.writeHtml();

Property Value

Type: String

The downloading instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.

Default value is "<p>Please wait until the control is loaded.</p>".

See Also

Reference