Tracker09
11-20-2003, 08:46 AM
Ok, Here's the situation. I widow that creates anothe window. In that other window an applet is invoked. The window containing the Applet can run methods on the applet and the applet can run javascripts on the page that invoked it.
My applet runs scripts on the page that invoked it that can cause the parent of that page (The first page mentioned) to refresh. This all works fine and caused no problem.
However, that parent window needs to be able to run scripts on the window that invoked the applet. It needs to be able to do this even after it has been refreshed. Does anyone know how I can do this.
My applet runs scripts on the page that invoked it that can cause the parent of that page (The first page mentioned) to refresh. This all works fine and caused no problem.
However, that parent window needs to be able to run scripts on the window that invoked the applet. It needs to be able to do this even after it has been refreshed. Does anyone know how I can do this.