首页 > 数据库 > MySQL > 正文

一个基于mysql的登陆验证程序(二)

2024-07-24 12:56:10
字体:
来源:转载
供稿:网友

<!--
file name: login.htm
-->
<html>
<head>
<title>系统登陆</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.css1 {  font-size: 10pt; color: #ffcc66}
-->
</style>
</head>

<body bgcolor="#ffffff" topmargin=0 leftmargin=0>
<form method="post" action="login.php3">
  <table width="210" bgcolor="#ffffff" height="106" bordercolor="navajowhite" border="1" style="width: 210px">
    <tr bgcolor="#0000ff">
    <td colspan="4">
      <div align="center"><b><font color="#ffffff" face="楷体_gb2312">系统登陆</font></b></div>
    </td>
  </tr>
  <tr bgcolor="#f9fde1" bordercolor="#cccccc">
    <td width="71" class="css1">
        <div align="center">用户帐号</div>
    </td>
    <td colspan="3" align=middle>
      <input name="name" size="14" >
    </td>
  </tr>
  <tr bgcolor="#f9fde1" bordercolor="#cccccc">
    <td width="71" class="css1">
        <div align="center">用户密码</div>
    </td>
    <td colspan="3" align=middle>
      <input type="password" name="pwd" size="14" >
    </td>
  </tr>
  <tr bgcolor="#f9fde1" bordercolor="#cccccc">
      <td colspan="4" height="26" style="height: 26px">
        <div align="center">
          <input type="submit" name="submit1" value="  登 陆 " height="20" style="font-size: smaller; height: 22px">
        </div>
      </td>
  </tr>
</table>
</form>
</body>
</html>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表