I want to submit a form from a page on
a.mydomain.com
to another page on
b.mydomain.com
without reloading my original page


Both the pages are on the same domain but within different subdomains.

If I use .ajax() , type=POST , it works fine on IE , but fails on
Firefox because of the cross domain issue with this error below

Error: [Exception... "'Permission denied to call method
XMLHttpRequest.open' when calling method:
[nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001e
(NS_ERROR_XPC_JS_THREW_STRING)"  location: "<unknown>"  data: no]

Any of you have any thoughts , how best to do this so that it works on
all the browsers

Reply via email to