⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.jsp

📁 一个完整JSP连接数据库的程序.包括连接
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<title>小小的太阳</title>
<body style="color: #000">
<%
  session.invalidate();
  String Param = request.getParameter("Param");
  if(Param != null)
  {
    if (Param.equals("param"))
    {
      response.sendRedirect("Regist.jsp");
    }
  }
%>
<div align="center">
  <table border="3" cellSpacing="0" height="1008" style="border-style: solid; border-color: #ffffff" width="892" bordercolorlight="#FFFFFF" bordercolor="#FFFFFF" bordercolordark="#FFFFFF">
  <td width="80%" height="1" align="center" bgcolor="#CCCCFF" colspan="3">
<%@ include file="head1.html" %>
      </td>
    </tr>
    <tr>
    <form method="post" action="Regist.jsp?Param=param">
        <td align="center" bgColor="#FFFFCC" height="24" width="94">
          <p align="center"><font color="#6666FF"><b>通行证:</b></font></p>
        </td>
        <td align="middle" bgColor="#CC99FF" height="24" width="81">&nbsp;→<font size="3" face="楷体_GB2312" color="#999933"><a href="Login0.jsp">申请</a></font></td>
        <td align="middle" bgColor="#ccffff" height="138" width="706" rowspan="4"> </td>
      </tr>
      <form method="post" action="Regist.jsp">
      <tr>
        <td align="middle" bgColor="#008000" height="45" width="174" colspan="2">
          <p align="center"><b><font face="楷体_GB2312" size="3">用户名:</font></b><input type="text" name="YHM" size="12"></td>
      </tr>
      <tr>
        <td align="middle" bgColor="#008000" height="34" width="174" colspan="2">
          <p align="center"><font face="楷体_GB2312" size="3"><b>密&nbsp; 码:</b></font><input type="Password" name="MM" size="12"></td>
      </tr>
      <tr>
        <td align="middle" bgColor="#008000" height="43" width="174" colspan="2">
          <p align="center"><input type="submit" value="登 录" name="B3"> <input type="button" value="重 置" name="B3"></td>
      </tr>
      <form method="post" action="Regist.jsp">
      <tr>
        <td align="middle" bgColor="#ccffff" height="557" width="884" colspan="3"> </td>
      </tr>

   <td width="80%" height="1" align="center" bgcolor="#ccccff" colspan="3">
   <%@ include file="botton.html" %>
   </td>
  </table>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -