日期:2014-05-17 浏览次数:20954 次
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="<%=basePath%>">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>AAAAA</title>
</head>
<frameset rows="13%,*,6%" frameborder="no" marginWidth=0 marginHeight=0 scrolling=no border="0">
<frame src="<%=basePath%>/main/JGtop.jsp"/>
<frameset cols="20%,*" >
<frame src="<%=basePath%>/main/JGleft.jsp"/>
<frame src="<%=basePath%>/main/main.jsp"/>
</frameset>
<frame src="<%=basePath%>/main/JGbottom.jsp" />
<body >
<p></p>
</body>
</frameset><noframes></noframes>
</html>
<!DOCTYPE html >
<html >
<head>
<title></title>
<style type="text/css">
div{
padding:20px;
margin:0px;
}
.head{
height:60px;
width:100%;
text-align:center;
border-bottom:2px solid black;
}