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

📄 reg.jsp~30~

📁 一、数据库登录名:blog 密码:blog 二、首页应该运行log.jsp页面。其用户名:aa 密码:aaaa
💻 JSP~30~
字号:
<%@ page contentType="text/html; charset=GB18030" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<script language="javascript" type="text/javascript" src="../validate.js"></script>
<!--
 function accountAdd()
 {
 if(document.form.account.value==""){
window.alert("用户名不能为,请填写!");
document.form.account.focus();
return false;

 }
 }
 -->

<title>
reg
</title>
</head>
<body>


<table width="825"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="435" height="200"><img src="myimage/11a.jpg" width="825" height="200" alt=""/></td>
  </tr>
</table>
<table width="825"  border="1 " align="center" cellpadding="0" cellspacing="0">
  <tr>

	<td width="791" height="532"  style="background=myimage/3.jpg;" >
<form name="form" method="post" action="regAction.do" onSubmit="return accountAdd()">

  <table width="476" border="0" align="center" bgcolor="#5B60AA">

    <tr>
      <td width="95" height="23"><strong>用户名:</strong></td>
      <td width="340"><input name="account" type="text" class="inputinput STYLE1" size="25"></td>
    </tr>
    <tr>
      <td height="20"><strong>密码:</strong></td>
      <td><input name="password" type="password" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="18"><strong>确认密码:</strong></td>
      <td><input name="repeatPassword" type="password" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="18"><strong>姓名:</strong></td>
      <td><input name="name" type="text" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="22"><strong>性别:</strong></td>
      <td><strong>
        <input name="sex" type="radio" class="inputinputinput" value="男" checked>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input name="sex" type="radio" class="inputinputinput" value="女">
        女 </strong></td>
    </tr>
    <tr>
      <td height="18"><strong>QQ号码:</strong></td>
      <td><input name="QQnumber" type="text" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="18"><strong>主页:</strong></td>
      <td><input name="mainPage" type="text" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="19"><strong>兴趣:</strong></td>
      <td><input name="interest" type="text" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="23"><strong>E-mail:</strong></td>
      <td><input name="e" type="text" class="inputinput "  size="40"></td>
    </tr>
    <tr>
      <td height="28" colspan="2" align="center">
           <input type="image" class="inputinputinput" src="myimage/save.gif" alt="">
&nbsp;&nbsp;
<img src="myimage/reset.gif" alt="">
&nbsp;&nbsp;
<img src="myimage/back.gif" alt="">      </td>
    </tr>
  </table>
	</form>	</td>

  </tr>
</table>
 <table width="825" border="0" align="center" cellpadding="0" cellspacing="0"  background="myimage/down5.jpg">
  <tr>
    <td width="435" height="69">&nbsp;</td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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