Hi,
I have an applet that serves as an entry point for a web application
(loading a main frame with all tabbed panel and so on) . Everything should
be working on this main frame , not the applet; however, one of function of
my whole application is to be able to open a URL if user provides input and
press on this function. It is not a problem if user still has the web page
contain the original applet opened(in active mode), but it he/she leaves the
web page, I can't get hold of the AppletContext; i can't do a
showDocument(url) . I tried to pass the original applet reference to my main
frame (static and/or non-static), even try to overide the stop() method in
my applet, it does not work at all. All other functions are working fine
after the frame is completed downloaded (eventhough I switch the applet web
page).
Basically, all i need to do is no mater what users do with the web page
contains applet, I'd like to be able to get hold of the appletContext . Is
there anyway to do that ?
thanks
Tram Nguyen N.
Science Application International Corporation
http://www.saic.com