Is there a way to reload/refresh a java applet from within the applet itself? -


There is a button on my applet (contained in a browser) that I want to reload or refresh the whole applet < / Li>

  • Refresh the entire browser
  • Is it possible within the applet?

    Applet content. Use the SHOW document (...) method:

    This applet will load the document containing the applet in the same window / frame already loaded.


    Comments