DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    yann LE PAGE Guest

    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


  2. #2
    Tom Duffy Guest

    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
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links