xiougai.jsp
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:1k
源码类别:

Applet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <%
  4.              String name=(String)session.getAttribute("name");
  5.  String LoginType=(String)session.getAttribute("LoginType");
  6.  if(LoginType.equals("register_ally.jsp") || LoginType == "register_ally.jsp")
  7.  {
  8.       response.sendRedirect("ally_Edit.jsp");
  9.      }
  10.  else
  11.  {
  12.      response.sendRedirect("common_Edit.jsp");
  13.  }
  14. %>
  15. <html>
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  18. <title>无标题文档</title>
  19. </head>
  20. <body>
  21. </body>
  22. </html>