asp+ajax序列号发放程序(二)
下面是主页index.htm和检查验证码输入的程序yz.asp
测试系统
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Response.ContentType="text/xml"
If IsEmpty(Session("GetCode")) or Session("GetCode") <> Request.querystring("Code") Then
response.write(" ")
Else
Session("GetCode") = Empty ' 清空Session
response.write(" ")
End If
%>
暂无评论