www.gusucode.com > 随缘网络产品管理系统 2.0码程序 > manage/login.asp

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>后台登陆验证</title>
<link href="images/private.css" rel="stylesheet" type="text/css" />
<script language='javascript' src='images/private.js'></SCRIPT></head>

<body style="text-align: center; background-color:#99CCFF">
<form id="form1" name="form1" method="post" action="check.asp">
  <p><br>
 </p>
  <p> </p>
  <p> </p>
  <table border="0" height="259"  style="width: 500px; border-collapse:collapse" bordercolor="#FFFFFF" background="gl.jpg" cellpadding="0">
	<tr>
		<th width="51%" colspan="2" style="height: 107px">
		 </th>
	</tr>
	<tr>
		<td width="58%" height="28">
		<p align="right">
    用户名称:
    </td>
		<td width="42%" height="28">
    <p align="left">&nbsp;<input type="text" name="username" /></td>
	</tr>
	<tr>
		<td width="58%" height="39">
		<p align="right">用户密码:</td>
		<td width="42%" height="39">
    <p align="left">&nbsp;<input type="password" name="password" /></td>
	</tr>
	<tr>
		<td height="31">

    <p align="right">验 证 码:</td>
		<td height="31"><p align="left">&nbsp;<input type="password" name="code" size="10" /> <img src="../checkcode.asp" /></td>
	</tr>
	<tr>
		<td height="45">

     </td>
		<td height="45">

    <p align="left">

    &nbsp;&nbsp;&nbsp;

    <input type="submit" name="Submit" value="提交" />&nbsp;&nbsp;
    <input type="reset" name="Submit2" value="重置" /></td>
	</tr>
	<tr>
		<th colspan="2" height="9">

        </th>
	</tr>
	</table>
</form>
</body>
</html>