Login.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head> <title> 登陆窗口 </title> </head>
<body>
<center><p> 登陆窗口 </p>
<form method=POST name="myform" action="chat.asp">
帐户: <input type="text"name="userid" size=19 maxlength="10"> <br/>
密码: <input type="password" name="password" size=19 maxlength="30"> <br/>
<input type="submit" name="Submit" value=" 提交 ">
<input type=reset value=" 重写 " name="reset" >
</form>
</center>
</body>
</html>
评论0
最新资源