in reply to Re: How can I selectively refresh part of a page?
in thread How can I selectively refresh part of a page?

Please provide an actual solution, not just "you can use X".

  • Comment on Re: Answer: How can I selectively refresh part of a page?

Replies are listed 'Best First'.
Re^2: Answer: How can I selectively refresh part of a page?
by DrHyde (Prior) on Feb 20, 2012 at 11:45 UTC
    The perl solution is that you need to:
    • use a hideously obsolete operating system - we're talking Windows 95 era here;
    • use a hideously obsolete web browser (IE 4, I think);
    • install the PerlScript plugin.
    Given that none of those is a really good idea, "use Javascript" really is a good answer.

      I mean, show an actual solution, with code. Even just a demo of the concept.

      Besides, Perl works on the server side too. There are Perl libraries for slinging AJAX.