My use case is this: I have a parent frame with navigation menus implemented in GWT and a content iframe that can contain pages from different sub-domains. The pages in the content frame call a non-GWT Javascript function in the parent frame called registerPage(). The registerPage() function then calls functions that have been defined from within my GWT app in that frame. The GWT app and the parent frame HTML are both on the same server.
Being able to call top.registerPage() from my content iframe should be as simple as setting document.domain in both frames, but this causes problems with GWT. I'm pretty sure that the xs linker is useless to me in this case. If not, I sure haven't been able to find anything documented that tells me how to get it to work - everything I read says to set the linker and you're set, there's no more to it. I can't even find good documentation telling me what cases it's supposed to work for. So is there anything I can do for getting cross-frame, cross-sub- domain scripting working with GWT in the mix? Thanks for any help, Jennifer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
