用jsp编写一个很简单的登陆页面

2020-08-25 教育 42阅读
login.JSP
注: 由于时间仓促,程序可能有细小的问题!但绝对可以满足你的需要了!如果你知道JSP什么原理;那么小的问题不是什么问题了! 共同学习~~~
<%@ page contenttype="text/html;charset=GB2312" %>
<%@ page import="java.sql.*" %>


<&><br><&><br><br><div align="center"> <br><br><br><h1>欢迎光临企业办公平台<&><br><form name="form1" method="post" action="" target="_self"> <br><table width="90%"> <br><tr> <br><td width="50%" height="30" align="right">用户名:<&><br><td width="50%" height="30" align="left"> <input type="text" name="UserName"><&><br><&><br><tr> <br><td width="50%" height="30" align="right">密码:<&><br><td width="50%" height="30" align="left"> <input type="password" name="UserPassword"><&><br><&><br><td width="100%" height="40" align="center" colspan="2"> <br><input type="submit" name="sub" value="登录">  <br><&><br><&><br><&><br><&><br><&><br><% try></%>{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");<br>Connection conn=DriverManager.getConnection("jdbc:odbc:a","root","database1");<br>Statement stmt = conn.createStatement(<br>ResultSet.TYPE_SCROLL_INSENSITIVE,<br>ResultSet.CONCUR_READ_ONLY);<br>ResultSet rs = null;<br>String name =new String(request.getParameter("<br> UserName").getBytes(“8859_1”));<br>String passwd =new String(request.getParameter("<br> UserPassword").getBytes(“8859_1”));<br> if(String_sql==null)<br> { <br> out.println("登陆名不可以为空");<br> out.println(“<hr>”);<br> }<br>else{<br> String_sql="select * from student where name ="+name+" and password="+psword+;<br> rs=stmt.executeQuery(String_sql)<br> while(rs.next())<br>{ out.println("登陆成功!");<br>out.println("您的用户名是:"+name)<br>out.println("您的密码是:"+password);<br> rs.close();<br> stmt.close();<br> conn.close();}<br> <br>}<br>Catch( Exception e )<br> {out.println(“<font color="red" size="5"><b>”);<br> out.println(“出错了!”);<br> out.println(“<&><&>”);<br>}%><br> <&><br><&></&></&></&></&></b></font></&></&></&></&></&> </td></&></&> </td></&> </td> </tr></&></&> </td></&> </td> </tr> </table> </form></&> </h1> </div></&></&>
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com