xiougai.jsp
资源名称:shop.rar [点击查看]
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:1k
源码类别:
Applet
开发平台:
Java
- <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <%
- String name=(String)session.getAttribute("name");
- String LoginType=(String)session.getAttribute("LoginType");
- if(LoginType.equals("register_ally.jsp") || LoginType == "register_ally.jsp")
- {
- response.sendRedirect("ally_Edit.jsp");
- }
- else
- {
- response.sendRedirect("common_Edit.jsp");
- }
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>无标题文档</title>
- </head>
- <body>
- </body>
- </html>