我正在做一个Eclipse动态Web项目,我必须使用iframe。 结构如下...... error
如图所示,jsps / html存在..要在home.jsp中访问,我使用以下行:
<iframe name="menuframe" src="<%=request.getContextPath()%>\jsp\NewFile.html" style="height: 938px; width: 196px; margin-left: 20px "></iframe>
<iframe name="detailframe" src="../detailframe.jsp" style="width: 655px; height: 938px; margin-left: 20px "></iframe>
让我感到奇怪的是,当我尝试了所有可能的组合时,没有任何工作。
请建议我和small/lightweight http-server
一起仅供参考,我也试过了${pageContext.request}
,但最终没有用。
答案 0 :(得分:0)
当您在不兼容的Web浏览器上查看时,会发生这种情况。请检查支持的浏览器并查看不兼容的浏览器。
iFrame中还有跨域访问的概念。