in reply to Re: Retrieving Dyn-Data from CGI without reloading web-page? (javascript?)
in thread Retrieving Dyn-Data from CGI without reloading web-page?

It was me talking in the Chatterbox. I don't think that JavaScript will do it as I don't know how you'd get the new data from the server.

As I see it there are three options:

  1. Java applet
  2. CGI script with a refresh HTTP header (but this reloads the whole page which crazyinsomniac doesn't want)
  3. You might be able to use a non-parsed header script - but I don't know enough about them to comment.
--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000, ICA, London
<http://www.yapc.org/Europe/>
  • Comment on RE: Re: Retrieving Dyn-Data from CGI without reloading web-page?