you can call php file on the same domain and from that php file get
data from your subdomain page using php.


On Dec 10, 1:33 pm, Dominik <dominik.gee...@googlemail.com> wrote:
> i'm pretty sure this wont work because of the "same origin policy" as
> i already mentioned in another thread:
>
> http://groups.google.com/group/railo/browse_thread/thread/cb189b4a987...
>
> On 10 Dez., 01:53, PiotrJaniak <janiak.piot...@gmail.com> wrote:
>
> > $.ajax({
> >        url: "http://api.example.com";,
> >        success: function(html){ }});
>
> > On 10 Gru, 01:02, Kyle Decot <ow...@affinityskateboards.com> wrote:
>
> > > How do i make a ajax call using $.ajax(); to a subdomain on my
> > > website. I'm calling $.ajax() fromwww.example.com&theurl for the
> > > call is api.example.com Thanks for any information you can provide me
> > > with.

Reply via email to