<html>
<head>
<title>管理员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body >
<%
dim sql,rs
dim username,password,CheckCode
username=request("username")
Response.Write username4&"43444444444"
%>
<p> </p>
<form name="Login" action="" method="post">
<table width="585" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td align="right"><font color="#FFFFFF">用户名称:</font></td>
<td><input name="username" type="text" maxlength="20" ></td>
</tr>
<tr>
<td align="right"><font color="#FFFFFF">用户密码:</font></td>
<td><input name="Password" type="password" maxlength="20" ></td>
</tr>
</table>
<input name="tijiao" type="submit" value="提交">
</form>
</body>
</html>