in reply to perl + ajax

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: perl + ajax
by Corion (Patriarch) on Apr 29, 2010 at 06:53 UTC

    If you want to only replace parts of a page with other parts from another page, look for example at the .ajax() function in jQuery or whatever Javascript framework you're using. Or alternatively, write a Perl program that returns just the stuff you want to replace, and insert that. But this is basically a Javascript question.

    Update: Added link to Ajax documentation of jQuery