现在的问题是,单独加载B时,action可以成功调用,且页面结果显示正确。可是,加载A时就不能成功显示action的查询结果。以下是A的代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML>
<HEAD>
<TITLE>Service Manage Page</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR>
</HEAD>
<FRAMESET id=index border=0 frameSpacing=0 rows=120,* frameBorder=no>
<FRAME id=topFrame name=topFrame src="template/top.jsp" noResize scrolling=no>
<FRAMESET border=0 frameSpacing=0 frameBorder=no cols=20%,*>
<FRAME id=leftFrame name=leftFrame src="template/Left.jsp" noResize scrolling=no>
<FRAME id=mainFrame name=mainFrame src="webpage/serviceManage.jsp" noResize scrolling=no>
</FRAMESET>
</FRAMESET>
<noframes></noframes>
</HTML>
而B就是其中的"webpage/serviceManage.jsp".万分感谢!
路径配置确定没有问题
能说具体一点吗?我是初学,没有用过
追答
这样你应该懂得!