I was planning to submit the form in a jquery dialog, read the response, and then put the response text in a new browser window.
I'm probably better off just scrapping my plan and sticking to opening the form in a new window and submitting in the same window without using ajax. thanks. On Dec 19, 2:30 pm, Mike Alsup <[email protected]> wrote: > > These suggestions helped, but I now I can't figure out how to submit a > > form with a URL of an external site... i.e. my site ishttp://www.abc.com/ > > , but I want to submit a form tohttp://www.123.com/ > > > Is this possible in ajax? > > No, not with ajax, but the code I posted didn't use ajax. It just > submitted the form - and the destination is controlled by the form's > action attribute.

