Hi,
imagine the following situation:
I have a gwt application in which I open a Gwt-Ext window. In this I
place a Frame object with a html-page in it. On some interactions in
this html-page I want to call a JSNI function that was declared in
onModuleLoad().

Unfortunately the call of the native method in the html-pages
javascript "parent.doSomething()" does not work. I get an Javascript
error message that says "Permission denied". I read in multiple posts
in the www that the problem could be that the frames (hosted.html and
the created Frame object?) are in different domains and the IE7s cross
site scripting mode avoids the execution.

So, how can I get to know what frames are used here and how can I set
their domains to equal?

Thx,
 a_ma
--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@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