Revision history [back]

click to hide/show revision 1
initial version

answered 2014-03-06 18:41:30 +0800

venicum gravatar image venicum

The problem of disappearing applet happens because deployJava.js use "document.write(applet tag)" to add an applet. I add div component to the page which has width="1", height="1", and rewrite deployJava.js to append applet in that div. And it's worked.

So I add an applet to page dynamically with modified deployJava.js script.

The problem of disappearing applet happens because deployJava.js use "document.write(applet tag)" to add an applet. I add div component to the page which has width="1", height="1", and rewrite deployJava.js to append applet in that div. And it's worked.

So I add an applet to page dynamically with modified deployJava.js script.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More