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 destroy() on the applet.  Or you can uses JavaScript to
clear the browser cached history
list if the browser supports JavaScript.

Cheers
Chris


Thor Erik Karlsen wrote:

>  This is a proplem that has been irritating me since the day I started
> developing applets(not that long ago). Is there a WORKING way an
> applet can destroy itself and tell the browser that its dead? I always
> have to start the browser again and reload the applet during
> development. Destroy() dont work. What im looking for is some code
> within the applet that solves the problem once for all.  Thor Erik
> Karlsen
> Catalyst ONE AS
> [EMAIL PROTECTED]
begin:vcard 
n:Hinds;Christopher 
tel;fax:718-789-7906
tel;home:718-789-7906
x-mozilla-html:FALSE
org:Heuristic Systems, Inc.
version:2.1
email;internet:[EMAIL PROTECTED]
title:Chief Engineer - President
adr;quoted-printable:;;160 FIFTH AVE=0D=0ASUITE 4R;Park Slope;NY;11217;USA
x-mozilla-cpt:;0
fn:Christopher Hinds
end:vcard

Reply via email to