A
Ashok
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
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