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

installationProgress.installJavaHtml Property

Supported browsers: FirefoxGoogle ChromeSafari

Sets installation instructions for non-Internet Explorer browsers.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.installJavaHtml("<p>Please <a href=\"http://www.java.com/getjava/\">download</a> and " +
"install Java.</p>");
//...other params...
u.writeHtml();

Property Value

Type: String

Sets installation instructions for non-Internet Explorer browsers.

Default value is "<p>Please <a href=\"http://www.java.com/getjava/\">download</a> and install Java.</p>".

See Also

Reference