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

📄 index.jsp

📁 java超市项目的项目源码,这是非常好的,写的很规范的源码呀.
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>index.jsp</title>
</head>

<body leftmargin="0" topmargin="0">
<%@include file="images/top.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="444" height="319"><img src="images/index.JPG" width="444" height="319"></td>
    <td align="center" valign="middle" bgcolor="#ffff99"> 
      <form name="form1" method="post" action="">
        <p><font color="#0000FF" size="5">欢迎登陆CAPTION超市管理系统</font></p>
        <p><font color="#0000FF" size="5">请您先登陆:</font> </p>
        <p><font color="#0000FF">用户名: 
          <input name="username" type="text" id="username">
          </font></p>
        <p><font color="#0000FF">密&nbsp;&nbsp;码: 
          <input name="password" type="password" id="password">
          </font></p>
        <p> <font color="#0000FF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 
          <input type="submit" name="Submit" value="登陆">
          </font> </p>
        </form></td>
  </tr>
</table>
<%@include file="images/bank.htm"%>
</body>
</html>

⌨️ 快捷键说明

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