<html> <head> </head> <body> <!-- IM --> <FRAMESET rows="40,*" cols="*" border="0"> <!-- IM_TOP--> <FRAME name="FRM_TOP" src="jhyouka/jsp/common/test1.jsp" frameborder="no" scrolling="auto"/> <!-- IM_MAIN --> <FRAME name="FRM_MAIN" src="jhyouka/jsp/common/test2.jsp" frameborder="no" scrolling="auto"/> </FRAMESET> </body> </html>
在一个页面中,如果body元素里面会产生冲突,frameset里面的内容显示不出来。如上面的代码,test1.jsp和test2.jsp的内容就显示不出来。