> 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.

