在Struts2 jsp页面中嵌入问题

时间:2009-10-13 11:56:48

标签: html jsp iframe struts2

我的struts2应用程序中有一个名为home.jsp的页面。我在这个home.jsp中嵌入了一个html(screencompany.html)页面。我想在html页面中嵌入一个图像。但图像没有加载。请帮帮我。我是struts2和jsp的新手。

这是home.jsp代码。

<iframe id="displayFrame" src="http://localhost:3000/jebran/pages/documents/screencompany.html" width="100%" height="500" ></iframe>

以下是screencompany.html的代码

 <h1>Illustration 1</h1><br/>
<img src="./images/illus1.gif" width="601" height="128" border="0"/>

文本正确加载但图像不正确。它仅显示指定大小的空白区域,无法加载图像。

1 个答案:

答案 0 :(得分:1)

如果images/illus1.gif文件与screencompany.html文件位于同一目录中,则可以省略该点以及前导斜杠。