On a webpage I open a Java applet into another independent window. I have to refresh the entire webpage where the applet is called. This has the effect to close and reopen the applet. I wish to let the applet and not refresh it. How could we do such a thing?
Sorry for my English.
Use AJAX to refresh the parts of the page you want to update. This’ll also probably make the reloading smoother and use up less bandwidth.