Tag: 验证码预览模式: 普通 | 列表
<%
Class CAMXAM_COM_RndCodeBmp
Private TextDataLib,TextData,BmpData,BmpHead,BmpWidth,BmpHeight,BmpSize,TextDataLength,SessionString
Public SessionName,TextLength,BackColor,TextColor,YawpColor,YawpCount

Private Sub Class_Initialize()
End Sub

查看更多...

Tags: 验证码

分类:Asp | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 485

[转]Asp图片验证码

保存下面代码到code.asp,在需要显示验证码的地方使用
<img src="code.asp" alt="验证码" />来显示,使用session("GetCode")
来提取验证码

<%
Option Explicit
Response.buffer=true

查看更多...

Tags: 验证码

分类:Asp | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 394