I have a GWT
application, and I want to embed its URL in another web page through an iFrame
:
<iframe src="http://127.0.0.1:8888/myProject.html?gwt.codesvr=127.0.0.1:9997"/>
But I'm getting errors.
If I browsed it in firefox:
Permission denied to access property 'href'
(from firebug console)
If I browsed it in chrome:
A dialog pops up saying: Plugin failed to connect to Development Mode server at 127.0.0.1:9997
I researched a lot but all were in vain.
Using development mode of GWT.
Any help would be appreciated.