发布网友 发布时间:2022-04-23 01:50
共1个回答
热心网友 时间:2023-10-10 16:54
<p
style="font-size:
45px;
color:
#FF9;
font-weight:
bold;
text-align:
center;">用户登录
</p>
<form
name="form1"
method="post"
action="loginok.asp"><table
width="292"
align="center">
<tr>
<td
align="center">用户名:
<label
for="user"></label></td>
<td><input
name="user"
type="text"
id="user"
size="15"></td>
</tr>
<tr>
<td
align="center">密 码:
<label
for="psw2"></label></td>
<td><input
name="psw1"
type="password"
id="psw1"
size="15"></td>
</tr>
<tr>
<td
align="center"> </td>
<td><input
type="submit"
name="button"
id="button"
value="登录">
<input
type="reset"
name="button2"
id="button2"
value="重置"></td>
</tr>
</table>
</form>
这是连接数据库那部分的代码,自己做的。下面是效果图。之后还要做个登录成功的跳转页面。还有前面有人提了,动态网页要保存为.asp格式。
更多资料可以参考:www.wm23.cn/jopong