<html>
<head></head>
<frameset rows="66,*" border="0" frameBorder="0" frameSpacing="0">
<frame name="navbar" src="" marginWidth="0" marginHeight="0" noResize="noresize" scrolling="no"></frame>
<frame name="container" src="./a.html" marginWidth="0" marginHeight="0" noResize="noresize" scrolling="no">
<html>
<head></head>
<body>
      <iframe name="cacheframe0" width="100%" height="100%" id="cacheframe0" src="./b.jsp" pageName="Party"  noResize="noresize" scrolling="no"></iframe>
</body>
</html>
        </frame>
</frameset>
</html>b.jsp中的内容不能被显示,请问怎么办呐?

解决方案 »

  1.   

    你的b.jsp和上面这段代码放在同一个路径下面嘛?
      

  2.   

    <iframe name="cacheframe0" width="100%" height="100%" id="cacheframe0" src="b.jsp" pageName="Party" noResize="noresize" scrolling="no"></iframe>
    或者是
    <iframe name="cacheframe0" width="100%" height="100%" id="cacheframe0" src="<%=request.getContextPath()%>/b.jsp在webcontext的路径" pageName="Party" noResize="noresize" scrolling="no"></iframe>
      

  3.   

    To javaors
    你的意思是我径没给对吗?
    但同样这样写,a.html能显示啊
      

  4.   

    我表示,也许b.jsp本来就不能显示。
      

  5.   

    To,feg545
    可以显示的,里面就一行字符串。