Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8196061

Java Deployment Toolkit should have an option to return the applet tag

XMLWordPrintable

    • x86
    • other

      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.

            herrick Andy Herrick (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: