www.gusucode.com > 枫的记忆个人主页程序源码程序 > downcode.com\fengdejiyizh\gtbook\login.asp

    <!-- #include file="header.asp" -->
<table width="680" height="200" border="0" align="center" cellpadding="0" cellspacing="0" class="bodybg">
  <tr>

    <td valign="top">
		<table width="200" height="150" border="0" align="center" cellpadding="0" cellspacing="0">
		<form method="post" action="chklogin.asp">
			<tr>
				<td height="20" colspan="2">&nbsp;</td>
			</tr>
			<tr>
			  <td colspan="2" align="center">登录</td>
		  </tr>
			<tr>
				<td width="50">用户名:</td>
			    <td><input name="name" type="text" id="name"></input></td>
			</tr>
			<tr>
				<td width="50">密 码:</td>
			    <td><input name="password" type="password" id="password"></input></td>
			</tr>
			<tr>
				<td colspan="2" align="center"><input type="submit" value="进入" class="submitinput"></input>&nbsp;&nbsp;&nbsp;<input type="reset" value="重添" class="submitinput"></input></td>
		    </tr>
			<tr>
			  <td height="20" colspan="2"></td>
		  </tr>
		  </form>
		</table>
		
    </td>

  </tr>
</table>