Sets installation instructions for non-Internet Explorer browsers.
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();
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>".