You can only communicate to server from which the javascript was
downloaded.

There is a way of mixing different services, but from what I've seen
they mainly mean that you need to load some javascript from each of
the servers into specific iframe, and then make these javascripts
communicate throgh top window.

On Sep 4, 10:34 am, Prashant Gupta <[email protected]> wrote:
> yes, I guess you are right. but, then, how does adsense kind of services work?
>
> actually, I wanted to use cross domain RPCs to get feedback from other
> social sites. now i think is not possible at all :(
>
> On 9/4/09, venki <[email protected]> wrote:
>
>
>
> > You said that.. you put GWT stuff in site A and you are using those
> > links from site B right??
>
> > I guess you are trying to do cross domain communication. Then browsers
> > won't allow it. Probably this might be the reason.
>
> > On Sep 4, 1:47 pm, Prashant Gupta <[email protected]> wrote:
> >> Hi,
>
> >> I have two sites, say A & B and a GWT app. I want to use same app in both
> >> sites without duplicating source files between A & B. So, I uploaded gwt
> >> files with site A and used links to same files (site A) in site B. Now the
> >> problem is that the app is working fine in A but not working at all in B.
> >> I
> >> tried following code (simplest one I could try) :
>
> >> RootPanel.get("gwt-content").add(new Label("Hello World"));
>
> >> Internet explorer gives some "Permission Denied" kind of error.
>
> >> Please help me out.
>
> >> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to