我有一个GWT
应用程序,我想通过以下方式将其URL嵌入到另一个网页中iFrame
:
<iframe src="http://127.0.0.1:8888/myProject.html?gwt.codesvr=127.0.0.1:9997"/>
但是我遇到了错误。
如果我在Firefox中浏览它:
Permission denied to access property 'href'
(来自萤火虫控制台)
如果我用chrome浏览它:
弹出一个对话框说:Plugin failed to connect to Development Mode server at 127.0.0.1:9997
我研究了很多,但一切都是徒劳的。
使用GWT的开发模式。
任何帮助,将不胜感激。