简单代码实现会员登陆.asp 请把完整的代码贴上.谢谢 最好把怎么用也告诉我啊

来源:百度知道 编辑:UC知道 时间:2024/05/22 10:47:35

能不能 做好个 样品 发过来啊 谢谢

fipjwb@qq.com QQ:290042438

login.asp网页
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录</title>
</head>
<body>
<p> </p>
<form name="form1" method="post" action="loginnew.asp">
<table width="200" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><div align="center">登录</div></td>
</tr>
<tr>
<td width="57"><div align="center">用户名</div></td>
<td width="137" valign="top"><input name="username" type="text" id="username" size="25"></td>
</tr>
<tr>