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

📄 register.jsp~5~

📁 EJB的网上银行系统,非常具有参考价值
💻 JSP~5~
📖 第 1 页 / 共 2 页
字号:
<%@ page contentType="text/html; charset=GBK" %>
<HTML>
  <HEAD>
    <TITLE>register</TITLE>
    <META content="CutePage 2.0" name=GENERATOR>
      <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
        <link href="css/globle.css" rel="stylesheet" type="text/css">
          <STYLE type=text/css>

            <!--

            body { font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}

            p {  font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}

            a:link {  color: #0000FF; text-decoration: none}

            a:visited {  text-decoration: none}

            a:hover {  color: #FF0033; text-decoration: underline}

            td {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}

            .CompanyName {font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 23pt}
            .style1 {	font-family: Arial, Helvetica, sans-serif;
            font-size: 23pt;
            font-weight: bold;
            color: #0033CC;
            }

            -->
          </STYLE>
          <script language="javascript">
            function check()
            {
              var username = document.form1.userName.value;
              var password = document.form1.password.value;
              var identityCard = document.form1.identityCard.value;
              var balance = document.form1.balance.value;
              if(username.length == 0)
              {
                alert('请输入用户名');
                form1.userName.foucs();
                return false;
              }
              if(password.length == 0)
              {
                alert('请输入注册密码');
                form1.password.foucs();
                return false;
              }
              if(identityCard.length == 0)
              {
                alert('请输入身份证号码');
                form1.identityCard.foucs();
                return false;
              }
              if(balance.length == 0)
              {
                alert('请输入开户余额');
                form1.balance.foucs();
                return false;
              }
              return true;
            }
            </script>
            <%
           String id = (String)session.getAttribute("id");
            %>
            </HEAD>
            <BODY bgColor=#ffffff>
               <form name="form1" method="post" action="/WebModule/register" onsubmit="return check(this)">
              <DIV align=center>
                <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="574">
                  <TR>
                    <TD width="2%">&nbsp;</TD>
                    <TD width="2%">&nbsp;</TD>
                    <TD width="3%">&nbsp;</TD>
                    <TD bgColor=#006500 width="2%">&nbsp;</TD>
                    <TD width="5%">&nbsp;</TD>
                    <TD width="2%">&nbsp;</TD>
                    <TD width="2%">&nbsp;</TD>
                    <TD bgColor=#ce3000 width="2%">&nbsp;</TD>
                    <TD width="11%">&nbsp;</TD>
                    <TD width="2%">&nbsp;</TD>
                    <TD width="5%">&nbsp;</TD>
                    <TD bgColor=#ff9a00 width="2%">&nbsp;</TD>
                    <TD width="7%">&nbsp;</TD>
                    <TD width="2%">&nbsp;</TD>
                    <TD width="16%">&nbsp;</TD>
                    <TD bgColor=#00a200 width="2%">&nbsp;</TD>
                    <TD width="12%">&nbsp;</TD>
                    <TD width="2%">&nbsp;</TD>
                    <TD width="16%">&nbsp;</TD>
                    <TD bgColor=#006500 width="3%">&nbsp;</TD>
                  </TR>
                </TABLE>
                <TABLE border=0 cellPadding=0 cellSpacing=0 width="574">
                  <TR>
                    <TD bgColor=#006600 height=13 rowSpan=2 width="19%">&nbsp;</TD>
                    <TD bgColor=#ce3000 rowSpan=2 width="8%">&nbsp;</TD>
                    <TD bgColor=#ff9900 height=13 rowSpan=2 width="15%">&nbsp;</TD>
                    <TD bgColor=#949231 height=13 rowSpan=2 width="14%">&nbsp;</TD>
                    <TD bgColor=#00a200 height=13 rowSpan=2 width="44%">&nbsp;</TD>
                  </TR>
                  <TR></TR>
                </TABLE>
                <TABLE border=0 cellPadding=0 cellSpacing=0 width="574">
                  <TR>
                    <TD height=50><DIV align=center class=CompanyName>
                      <div align="left"><span class="style1"><img src="image/gsyh.gif" width="194" height="66" align="absmiddle">  Online System</span></div>
                      </DIV>      <DIV align=right><B><FONT size=2>Register</FONT></B></DIV></TD>
                    </TR>
                    <TR>
                      <TD>
                        <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
                          <TR><TD bgColor=#ffcc00 height=1><DIV align=center><IMG height=1 src="./image/pixel.gif" width=1></DIV></TD></TR>
                          </TABLE>
                        </TD>
                      </TR>
                      <TR>

⌨️ 快捷键说明

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