"求助" asp怎么接收html提交的表单
其HTml源代码如下 怎么用 asp接收提交的内容 并且显示出来
<html>
<head>
</head>
<body>
<form name="fm" action="login.asp" method="post">
<p>用户名:
<input type="text" name="textfield" maxlength="18">
</p>
<p>登陆密码:
<input type="password" name="passwordfield" maxlength="12">
<input type="submit" value="登陆">
</center></p>
</body>
</html>