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

installationProgress.beforeIE6XPSP2InstructionsHtml Property

Supported browsers: Internet Explorer

Sets installation 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.beforeIE6XPSP2InstructionsHtml("<p>To install Image Uploader, please reload the page and click " +
"the <strong>Yes</strong> button when you see the control installation dialog. " +
"If you don't see installation dialog, please check your security settings.</p>");
//...other params...
u.writeHtml();

Property Value

Type: String

The installation 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 reload the page and click the <strong>Yes</strong> button when you see the control installation dialog. If you don't see installation dialog, please check your security settings.</p>".

See Also

Reference