ASP用户登录设计

来源:百度知道 编辑:UC知道 时间:2024/05/24 02:01:10
需要一个用户登录框的源代码
如图所示
asp.net的程序

<form method="post" action="login.asp" name="form1">
用户名:<input type="text" name="UserName" /> <br />
密 码: <input type="password" name="Password" /><br />

<input type="submit" value="登陆" name="submit" />

</form>

asp还是asp.net?

http://www.lanrentuku.com/lanren/form/

打开vs,新建项目 插入表格,拖入控件