Thanks, I posted the correct solution, probably didn't do it right, it is:
$('form to send id').set('send',{'onSuccess':function(html,xml){$('element
to get data id').innerHTML=html}});
$('form to send id').send();
You can probably make this look better with the correct append text or
append html....
On Mon, Feb 2, 2009 at 8:59 PM, ryan <[email protected]> wrote:
>
> Something like....
>
> $('element-to-insert-content-into').set('html',responseXML);
>
> Ryan
>
