Workaround: Remove the body node of the page with the error code as follows
Copy Code code as follows:
<%@ page language= "java" contenttype= "text/html; charset=gb18030 "
pageencoding= "GB18030"%>
<%
String path = Request.getcontextpath ();
String basepath = request.getscheme () + "://" +request.getservername () + ":" +request.getserverport () +path+ "/";
%>
<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" "HTTP://WWW.W3.ORG/TR/HTML4/LOOSE.DTD" >
<base href= "<%=basePath%>" >
<meta http-equiv= "Content-type" content= "text/html; charset=gb18030 ">
<title> Home </title>
<body>
<frameset rows= "15%,70%,15%" frameborder= "yes" >
<frame scrolling= "Auto" src= "indextop.jsp" ></frame>
<frame scrolling= "Auto" src= "indexmain.jsp" ></frame>
<frame scrolling= "Auto" src= "indexbottom.jsp" ></frame>
</frameset>
</body>
Since frameset is a frame structure that occupies the entire page, don't lay it out with body