<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[虫虫的blog  SINCE2004]]></title> 
<link>http://www.zhenghe.biz/index.php</link> 
<description><![CDATA[人生幻灯片  -   前半生(身)，不要怕；后半生(身)，不要悔！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[虫虫的blog  SINCE2004]]></copyright>
<item>
<link>http://www.zhenghe.biz/read.php/362.htm</link>
<title><![CDATA[给ASP提交增加验证码]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Mon, 14 May 2007 10:05:08 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/362.htm</guid> 
<description>
<![CDATA[ 
	刚才给一个朋友站点添加验证码，找了下ASP下的验证码文件，和实现方式。试了下，可用。<br /><br />1。下载验证码文件：<a href="attachment/1179136785_0.rar">点击这里下载文件</a><br />2。解压缩到需要添加验证码的ASP页面下。<br />3。在需要添加验证码页面中，加入如下代码<br /><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br /><div class="code">&lt;input name='verifycode' type='text' size='5'&gt;&nbsp;&lt;img src='code/code.asp' align='absmiddle' border='0'&gt;</div><br /></div></div><br />4。在提交信息的接受页面，加入如下代码<br /><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br />If Trim(Request.Form(&quot;verifycode&quot;))=Empty Or Trim(Session(&quot;GetCode&quot;))&lt;&gt;Trim(Request.Form(&quot;verifycode&quot;)) Then<br />response.write(&quot;请注意正确输入验证码&quot;)<br />response.end<br />end if<br /></div></div><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/%25E9%25AA%258C%25E8%25AF%2581%25E7%25A0%2581/" rel="tag">验证码</a> , <a href="http://www.zhenghe.biz/go.php/tags/asp/" rel="tag">asp</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/362.htm#blogcomment26515</link>
<title><![CDATA[[评论] 给ASP提交增加验证码]]></title> 
<author>123 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 20 Mar 2009 01:46:07 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/362.htm#blogcomment26515</guid> 
<description>
<![CDATA[ 
	<a href="http://www.zhenghe.biz/urlredirect.php?go=http%3A%2F%2Fwww.168zj.net" target="_blank">虚拟主机</a>
]]>
</description>
</item>
</channel>
</rss>