www.gusucode.com > 水族产品用品经营类企业网站asp源代码程序 > admin/admin_login.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>∷∷</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<script language="JavaScript" type="text/JavaScript">
if (self!=top){top.location=self.location;}

</script>

<body onLoad="document.form1.username.focus()">
<table width="100%" height="500"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle" class="w1"><form name="form1" method="post" action="admin_login_cl.asp">
  用户名:
      <input name="username" type="text" id="username">
  密码:
  <input name="password" type="password" id="password">
  <input type="submit" name="Submit" value="提交">
    </form></td>
  </tr>
</table>
</body>
</html>