账号通
    

账号  

密码  

3217

查看

7

回复
主题:[转帖]怎么把后台管理的验证码去掉的方法,想要的进来看看吧!我刚刚找到! [收藏主题] 转到:  
bestsky.cn 当前离线

306

主题

0

广播

1

粉丝
添加关注
级别:三年级

用户积分:2823 分
登录次数:201 次
注册时间:2006/10/15
最后登录:2009/5/18
bestsky.cn 发表于:2007/11/11 17:57:00   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统

呵呵,你把我的老帖子都翻出来了:(

编辑一下,看不清楚

去掉这三段代码就行了,试试

IF Trim(Request.Form("Verifycode"))<>Trim(Session("Verifycode")) then
   Call KS.Alert("登录失败:\n\n验证码有误,请重新输入!","Login.asp")
   exit Sub
  end if

-------------------------------------------------

<tr>
            <td align="right">验证码:</td>
            <td height="30"><input type=text name="Verifycode" maxLength=6 size="6" tabindex="3" class="textbox">
              <-请在验证码框输入 <IMG style="cursor:hand;" src="../KS_Inc/verifycode.asp?n=<%=Timer%>" onClick="this.src='../ks_inc/verifycode.asp?n='+ Math.random();" align="absmiddle">&nbsp;</td>
          </tr>

--------------------------------------------------

if (ObjForm.Verifycode.value == '') {
    alert ('请输入验证码!');
    ObjForm.Verifycode.focus();
    return false;
  }


[此贴子已经被作者于2007-11-11 17:58:39编辑过]

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行2.36719秒 powered by KesionCMS 9.0