Dear all, I'm working on a project utilizing GWT and GWT-Ext, has been progress well until now where I hit a roadblock which potentially can render the project useless.
I need to create an embedded web browser which has an address bar and the ability to access the DOM of the current web page within my web application. Using the Frame and IFrameElement objects in GWT and also the ManagedIFramePanel from GWT-Ext user extension, I will get null exception or access denied. I realized this has to do with Javascript same origin policy where iframe is restricted to same domain access. I tried some easier workarounds from google search results but they don't work. I have the following 2 questions: - Does anyone have any workable solution to overcome this issue? No matter how complicated it is, please share with me, really don't wish to give up my project. - Is there any alternative to iframe so that I can let users to surf web pages within my web application? Or at the server side, I can do something? Big thanks in advance. Regards, Robin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
