Need to display an HTML page from background thread

From: Ashok (akmishra_at_safenet-inc.com)
Date: 06/29/04


Date: 29 Jun 2004 06:34:15 -0700

Hi,
I have an applet on my HTML page this applet starts a Windows thread
using the JNI. Also JNI calls back the Java method on certain event
detection. On the evenet detection JNI wants APPLET to redirect the
current HTML page to new page by calling the showDocuement(newurl)
method.

Basic flow is like this:

HTML->APPLET-->New HTML PAge
        | |
        | Native Thread
        | |
        | Some Event
        | |
        <---

Show from the above diagram when applet is called to show new HTML
page it is in stopped state and showdocument exits silently. I was
wondering how can I display a new page from the same server on my
browser when applet is in stopped state.

Your help on this is highly appreciated.

Regards,
Ashok



Relevant Pages

  • Re: problem: security using IDEs appletviewer
    ... APPLET tag. ... The HTML above loads both the test1.jar and test2.jar and runs the class ... You have the image in a in a jar that has the name ... appletviewer will load all .jar files listed there. ...
    (comp.lang.java.help)
  • Re: LiveConnect applet crashing after page reload, please help
    ... string inside the applet and returning that string to javascript. ... in Firefox to insert the html string in the proper place. ... > public void actionPerformed{ ...
    (comp.lang.java.programmer)
  • Re: problem: security using IDEs appletviewer
    ... APPLET tag. ... The HTML above loads both the test1.jar and test2.jar and runs the class ... You have the image in a in a jar that has the name ... appletviewer will load all .jar files listed there. ...
    (comp.lang.java.help)
  • help - accidentally creating floating applet
    ... I'm porting jEdit's help system into an applet form. ... I'd like to instead embed the applet inside the HTML ... so I can have a link create a popup window. ... HelpViewer frame = new HelpViewer; ...
    (comp.lang.java.help)
  • Re: How to open the jsp pages by click on the APPLET
    ... I want to know is there is any way to open the new window of jsp ... By this i get only html tags nothing beyond that.That is not my ... requirement.Will give syntax for getting jsp page on applet. ... only load URLs from the same server as the containing page ...
    (comp.lang.java.advocacy)