我刚刚将项目中的jsp组织到单独的文件夹中。现在我需要更改menu1.jsp
的src<td width="16%" valign="top"><iframe id="ifa"
src="menu1.jsp?page=home" marginwidth="0" marginheight="0"
scrolling="no" width="190" height="450" frameborder="0"></iframe>
</td>
提前致谢
答案 0 :(得分:2)
您是否尝试将../dirname/menu1.jsp作为src?
答案 1 :(得分:0)
只需替换
src="menu1.jsp?page=home"
到
src="new/location/menu1.jsp?page=home"