[jQuery] Re: cross subdomain post

2008-03-28 Thread slava
You can use jquery to send your data to another domain with jsonp. more details here http://docs.jquery.com/Ajax/jQuery.getJSON On 27 мар, 18:52, techguy_75 <[EMAIL PROTECTED]> wrote: > I want to submit a form from a page on > a.mydomain.com > to another page on > b.mydomain.com > without reloadi

[jQuery] Re: cross subdomain post

2008-03-28 Thread techguy_75
Also.. Just to add I do not need to pull any data from the other domain (b.mydomain.com) , just a simple ajax post without reloading the page What is the best way to do this On Mar 27, 6:52 pm, techguy_75 <[EMAIL PROTECTED]> wrote: > I want to submit a form from a page on > a.mydomain.com > to a

[jQuery] Re: cross subdomain post

2008-03-27 Thread Giovanni Battista Lenoci
techguy_75 ha scritto: 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 be