A DESCRIPTION OF THE REQUEST :
The https://www.java.com/js/deployJava.js uses document.write that doesn't work after a page has been loaded. Please consider returning the applet tag or allowing a div id to be passed in to use.
JUSTIFICATION :
We can not use the Java Deployment Toolkit due to our dynamic web page is updated and not reloaded that document.write requires.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Return the applet tag or tags that would be needed to install the JRE. Another option would be another deployJava JS function that would take a div id in the DOM for you to modify (like: deployJava.runAppletInDOM(myid, attributes, parameters, version);
ACTUAL -
We can not use as is.
The https://www.java.com/js/deployJava.js uses document.write that doesn't work after a page has been loaded. Please consider returning the applet tag or allowing a div id to be passed in to use.
JUSTIFICATION :
We can not use the Java Deployment Toolkit due to our dynamic web page is updated and not reloaded that document.write requires.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Return the applet tag or tags that would be needed to install the JRE. Another option would be another deployJava JS function that would take a div id in the DOM for you to modify (like: deployJava.runAppletInDOM(myid, attributes, parameters, version);
ACTUAL -
We can not use as is.