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

📄 index.jsp~1~

📁 EJB的网上银行系统,非常具有参考价值
💻 JSP~1~
📖 第 1 页 / 共 2 页
字号:
<%@ page contentType="text/html; charset=GBK" %>
<HTML>
  <HEAD>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
      <meta http-equiv="Content-Language" content="zh-cn">
        <meta name="GENERATOR" content="Microsoft FrontPage 12.0">
          <meta name="ProgId" content="FrontPage.Editor.Document">
            <link href="css/globle.css" rel="stylesheet" type="text/css">
              <TITLE>index</TITLE>
              <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;
                }
                .style3 {font-size: 12px}
                .style4 {color: #0033CC}
                a:active {
                text-decoration: none;
                }
                .style6 {font-size: 16px}
                .style7 {font-size: 14px}

                -->

              </STYLE>
              <script language="javascript">
                function validate()
                {
                  var user = document.form1.user.value;
                  var password = document.form1.password.value;
                  if(user.length == 0)
                  {
                    alert('请输入你的用户名!');
                    form1.user.foucs();
                    return false;
                  }
                  if(password.length == 0)
                  {
                    alert('请输入你的密码!');
                    form1.password.foucs();
                    return false;
                  }
                  return true;
                }
                </script>
                <%
                if(session.getAttribute("errMessage") == null){
                  session.setAttribute("errMessage","");
                }
                %>
                </HEAD>
                <BODY bgColor=#ffffff>
                  <form name="form1" method="post" action="/WebModule/loginservlet" onsubmit="return validate(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=style1>
                            <div align="justify"><img src="image/gsyh.gif" width="194" height="65" align="absmiddle"> Online System </div>
                            </DIV>      <DIV align=right><B><FONT size=2>Main Service</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>
                              <TD height=12>

⌨️ 快捷键说明

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