-
reloading an applet with Netscape
When I reload a webpage containing a modified applet, Netscape runs the
old version of the applet. I always have to close Netscape and re-open
it to run the new version.
Is there a way for reloading the new version without closing?
Thanks
Yann
-
Re: reloading an applet with Netscape
Hello Yann:
I've never had this problem before. Usually folks are complaining because
IE re-initializes the applet losing any pre-entered data.
If all you want to do is re-initialize the applet, override the start() method
and call init(). start() is called when an applet is already loaded and
the user returns to the page after leaving it. This should work but if not,
don't call init() inside start() and write your own code.
Hope this helps,
Tom Duffy
yann LE PAGE <lyann@oe.fau.edu> wrote:
>When I reload a webpage containing a modified applet, Netscape runs the
>old version of the applet. I always have to close Netscape and re-open
>it to run the new version.
>Is there a way for reloading the new version without closing?
>
>Thanks
>Yann
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks