Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Hyperlink in Web Browser and ActiveXControl
Date: Mon, 12 Jan 2009 20:45:04 +0000 (UTC)
Organization: TACT Computer Systems Ltd
Lines: 8
Message-ID: <gkga4g$51u$1@fred.mathworks.com>
References: <famka8$5k7$1@fred.mathworks.com> <famovi$l5o$1@fred.mathworks.com> <famppt$4q8$1@fred.mathworks.com> <faq1j7$pj0$1@fred.mathworks.com> <fb39m1$iki$1@fred.mathworks.com> <fb3c2h$kf9$1@fred.mathworks.com> <fb61rk$bd5$1@fred.mathworks.com> <fb6l7a$qs9$1@fred.mathworks.com> <fj9mfd$ik4$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1231793104 5182 172.30.248.35 (12 Jan 2009 20:45:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 12 Jan 2009 20:45:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 642467
Xref: news.mathworks.com comp.soft-sys.matlab:511054


> How can I delete the browserobject again? When I load an
> automatically reloading webpage (<body
> onLoad="setTimeout('window.location.reload()', 1000)">) and
> close the figure, the cursor still changes once per second
> into the hour glass cursor, so I guess that the browser
> still exists tough the figure is closed. 

clear the browserobject handle - closing the figure does not necessarily delete the handle and if you still have it in your workspace then it will still be available, even without a figure window.