ASP网页如何加入验证码
对ASP一窍不通,求大神帮忙,http://zhidao.baidu.com/question/151347073.html这个提问里面,那个验证函数该加到哪里啊?我的意...
对ASP一窍不通,求大神帮忙,
http://zhidao.baidu.com/question/151347073.html
这个提问里面,那个验证函数该加到哪里啊?
我的意思是这两个怎么写到一起,变成让我直接插到网页里就可以的那种
不胜感激
然后在你需要验证码的地方用下面的方法
<tr>
<td height="30" align="right">验证码:</td>
<td height="30"><input type=text name="verifycode" maxLength=4 size="6" tabindex="3" class="textbox" alt="请在此输入验证码,看不清楚请点击图片刷新">
<font color=red> <-请输入验证码</font> <IMG width="50" height="21" style="cursor:hand;" src="verifycode.asp?n=<%=Timer%>" onClick="this.src=this.src;" align="absmiddle" alt="看不清楚,点击图片刷新"></td>
</tr>
验证函数为下面的:
<%
if Trim(Request.Form("Verifycode"))<>Trim(Session("Verifycode")) then
%>
<script language=javascript>
alert('您输入的认证码不对,请重新输入!')
window.history.go(-1)
</script>
<%
response.end
end if
%> 展开
http://zhidao.baidu.com/question/151347073.html
这个提问里面,那个验证函数该加到哪里啊?
我的意思是这两个怎么写到一起,变成让我直接插到网页里就可以的那种
不胜感激
然后在你需要验证码的地方用下面的方法
<tr>
<td height="30" align="right">验证码:</td>
<td height="30"><input type=text name="verifycode" maxLength=4 size="6" tabindex="3" class="textbox" alt="请在此输入验证码,看不清楚请点击图片刷新">
<font color=red> <-请输入验证码</font> <IMG width="50" height="21" style="cursor:hand;" src="verifycode.asp?n=<%=Timer%>" onClick="this.src=this.src;" align="absmiddle" alt="看不清楚,点击图片刷新"></td>
</tr>
验证函数为下面的:
<%
if Trim(Request.Form("Verifycode"))<>Trim(Session("Verifycode")) then
%>
<script language=javascript>
alert('您输入的认证码不对,请重新输入!')
window.history.go(-1)
</script>
<%
response.end
end if
%> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询