I'm trying to build a jQuery dialog that when displayed will show the results of a form on the same page as the dialog being posted to another server. The HTML sent back to the dialog would also contain a form that would need to work within the dialog.
I've done jQuery AJAX posts before, but I can't figure out how to tie the post result to the dialog.