zhucechk.jsp
上传用户:apbaoyuan
上传日期:2021-02-12
资源大小:1015k
文件大小:1k
- <%@page import="java.sql.*"%>
- <%@page contentType="text/html;charset=GB2312"%>
- <%@include file="opendata.jsp"%>
- <%@page import="java.sql.*"%>
- <%@page import="java.util.*"%>
- <%
- try{request.setCharacterEncoding("GB2312");
- String name = request.getParameter("name");
- String password = request.getParameter("password");
- sql ="insert into Madmins values('"+name+"','"+password+"')";
- rs = smt.executeQuery(sql);
- request.getSession(true);
- String chk="true";
- session.putValue("Enter",chk);
- //response.sendRedirect("yonghudenglu.jsp");//转到新的页面,重定向语句后面的代码不执行
- %>
-
- <%
- }
- catch (Exception e) {
- e.getStackTrace();
- }
- %>
- <html>
- <body background="qq2.jpg">
- <font size=4 color=red>注册成功</font>
- </body>
- </html>