[cgiapp] [slightly OT] modifying a main page from a popup

2007-02-04 Thread Sean Davis
Hypothetically speaking (just think about how to build this), I have a complex page with a main object that (in sql terms) has a bunch of foreign-key relationships to other objects--imagine a series of select or option boxes for each of these relationships. If the relation doesn't exist, I

[cgiapp] Re: [?? Probable Spam] [cgiapp] [slightly OT] modifying a main page from a popup

2007-02-04 Thread Ron Savage
On Sun, 04 Feb 2007 14:27:23 -0500, Sean Davis wrote: Hi Sean If the relation doesn't exist, I would like to open a popup to allow the user to create the object--no problem here. However, on submission of that object, I would like to update the original select box or option box with the new

[cgiapp] Re: Returning XML output for AJAX

2007-02-04 Thread Robert Hicks
Michael Peters wrote: Rhesa Rozendaal wrote: IMHO, that would be XML::Simple. It's a bit tricky to force XML::Simple to generate the exact same output, but it depends a lot on the context if you need it. I've normally used XML::Simple in the past, but it's not really that simple. I've just