本文介绍了从aspx访问HTML表单数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经用用户名和密码以html格式创建了一个登录表单..
现在,我希望使用aspx中的该用户名和密码来处理该怎么办?

I have created a login form in html with username and password..
now i want this user name and password in aspx for processing how could i do it ?

推荐答案

<form action="login.aspx" method="post">
<input type="submit" value="Login" />




希望对您有帮助




I hope this helps


这篇关于从aspx访问HTML表单数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 05:30
查看更多