locked
Java applet in OC custom tag browser? RRS feed

  • Question

  • 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
    Monday, November 17, 2008 11:59 AM