Re: Killing Applets in browsers

1998-12-14 Thread John Summerfield
On Sun, 13 Dec 1998, Leo Cyr wrote: > If you use HotJava (current is 1.1.5) for some reason ;-) it automatically > re-downloads the classes/jars specified in the Applet tag. I'm not sure why > -- I guess it is realted to the browser's cache, but caching of html is > still on... It just works...

Re: Killing Applets in browsers

1998-12-13 Thread Leo Cyr
If you use HotJava (current is 1.1.5) for some reason ;-) it automatically re-downloads the classes/jars specified in the Applet tag. I'm not sure why -- I guess it is realted to the browser's cache, but caching of html is still on... It just works... Christopher Hinds wrote: > Since the brows

Re: Killing Applets in browsers

1998-12-12 Thread Christopher Hinds
Since the browser caches HTML pages in a history list of some type, every you time leave and return to the HTML page, the applet will be activated ( start() ) and deactivated ( stop() ) respectively. Therefore you can try clearing the cached pages which should force the embedded JVM to call the de