I have two pages, the first page contains an iFrame that loads the
second page.  The two pages are on different hosts.  The GWT
application runs in the second page.  To be more precise,

let the first page = PageA, and the second page = PageB

- PageA is on Domain1. It has iFrame src points to PageB
- PageB is on Domain2.  It has my GWT application.

When I go to PageA, FireFox gives me this error

Error: Permission denied for <Domain2> to get property Location.href
from <Domain1>.
Source File: <My gwt app path>/hosted.html?<My GWT application name>
Line: 227

I tried adding xs linker (<add-linker name="xs"/>) to my module xml;
it doesn't seem to work.  I am not sure if I am using it correctly.
Does anyone know of a solution to this issue?  Any thoughts would be
appreciated.

Also I would appreciate if someone can refer me the location of the
official GWT documentation on cross site linker.  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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to