急!!!!一个很简单问题 在窗体中怎么样通过超连接取得窗体控件值
代码:
<form action="/shortmessage/userinfo/per_logon.asp" onsubmit="return checkperlogin();" method="post" name="per_load" >
你的手机<input class="text" name="txtMobNo" type="text">
密码:<input class="text" name="txtPwd" type="password">
<a href="per_regist.asp" ><img
src="button_reg.gif" width="43" border="0"></a>
<input name="personsubmit" type="submit" class="button3" id="personsubmit" value="登录">
</form>
在上面这个文件中我想在点击超连接时取得手机和密码值该怎么做要是我的代码有问题请帮我该。谢谢