【菜鸟提问】request.getContextPath() 问题
本帖最后由 Android620 于 2013-03-17 10:39:06 编辑 jsp文件中是这么写的
<FRAMESET rows="12%,88%" framespacing="1" cols="*" >
<FRAME name="topframe" src="<%=request.getContextPath()%>/top.jsp" noresize scrolling="no" >
<frameset id="menu" cols="18%,1%,81%">
<frame noresize src="<%=request.getContextPath()%>/systemManage/functionAction!getFunctionMenuByUser.action?syhid=<%=syhid %>&orgId=<%=orgId %>&usernameCn=<%=usernameCn %>" frameborder="0" scrolling="auto" >
<frame noresize name="arrowframe" id="arrowframe" src="<%=request.getContextPath()%>/arrow.jsp" scrolling="no" frameborder="0">
<frame noresize frameborder="0" scrolling=auto name="platform" src="<%=request.getContextPath()%>/mesige.jsp">
</frameset>
</frameset>