Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Java applet in OC custom tag browser?

Locked Java applet in OC custom tag browser?

  • 17 noiembrie 2008 11:59
     
     
    Is it possible to run a java applet in the OC custom tag browser? If yes; how?

    I've tried different variants of the <applet> and <object> tags. Here's one:

    <h1>Hello world</h1>
    <applet code="HelloWorldApplet.class" width="600" height="100">
        Browser ignors the &lt;APPLET&gt; tag
    </applet>

    This of course works fine in IE/Firefox/Opera, the
    HelloWorldApplet applet shows up and presents its gui, in this case a simple label.

    But - alas- when run in the OC custom tab, embedded browser the applet is thrown out in a separate window which has the right size but is otherwise empty. Not what I want obviously.

    So, back to my initial question:
    Is it possible to run a java applet in the OC custom tag IE browser? If yes; how?

    Tnx and best rgrds,

    babu
    Norway