in reply to Re: Applet to Perl(cgi)
in thread Applet to Perl(cgi)

Does this mean, anytime the data is change in database, the applet will automatically change without using refresh/reload?

Replies are listed 'Best First'.
Re^3: Applet to Perl(cgi)
by Errto (Vicar) on Jun 19, 2005 at 17:38 UTC
    It will automatically change if you set your applet to make this http call periodically and then do something with the result. The code I showed only retrieves the data from the server once, so you'll have to write the code to call it once every however often you want.