This documentation is for the old version. Go to the latest Upload Suite docs

installationProgress.beforeIE6XPSP2ProgressHtml Property

Supported browsers: Internet Explorer

Set downloading instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.beforeIE6XPSP2ProgressHtml("<p>To install Image Uploader, please wait until the control is loaded and click " +
"the <strong>Yes</strong> button when you see the installation dialog.</p>");
//...other params...
u.writeHtml();

Property Value

Type: String

The downloading instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.

Default value is "<p>To install Image Uploader, please wait until the control is loaded and click the <strong>Yes</strong> button when you see the installation dialog.</p>".

See Also

Reference