[Ur] AJAX style in-page replacement?

2012-12-30 Thread Gian Perrone
Hi all, I'm wondering what the nicest way to achieve client-side content replacement is - conceptually, I have a server-side function that generates a bit of XML, and on a client-side button press, I want some the XML generated on the server-side to end up inside a div without a page reload.

Re: [Ur] AJAX style in-page replacement?

2012-12-30 Thread Adam Chlipala
On 12/30/2012 08:09 AM, Gian Perrone wrote: I'm wondering what the nicest way to achieve client-side content replacement is - conceptually, I have a server-side function that generates a bit of XML, and on a client-side button press, I want some the XML generated on the server-side to end up