%@ page language="java" import="java.util.*" contentType="text/html;charset=gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
会员管理中心
<%
String member=(String)session.getAttribute("member");
String type=(String)session.getAttribute("type");
if(member==null||type==null){
response.sendRedirect(path+"/error.jsp");
}
else{
String url="info.jsp";
if(type.trim().equals("co"))url="coinfo.jsp";
%>
member/images/MainBg.gif topMargin=0 scroll=no marginheight="0" marginwidth="0">
<%} %>