On Mar 14, 7:07 pm, "[email protected]" <[email protected]> wrote: > Hi all, > > I want to run my gwt application inside a page that is located under > another domain. > Firefox does not work for the line: > var $doc = $wnd.document; > > is there a solution to access the parent document.
Are you using the cross-site linker? (i.e. have you added <add-linker name='xs'/> to your *.gwt.xml?) -- 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.
