账号通
    

账号  

密码  

2178

查看

5

回复
主题:自定义表单密码功能bug [收藏主题] 转到:  
浪侠 当前离线

416

主题

4

广播

1

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

用户积分:2073 分
登录次数:299 次
注册时间:2007/2/12
最后登录:2019/3/14
浪侠 发表于:2013/11/7 12:24:13   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统
admin/ks.form.asp
  1. <%'二次开发%> <tr valign="middle" class="tdbg" onMouseOver="this.className='tdbgmouseover'" onMouseOut="this.className='tdbg'">       <td width="160" height="30" class="clefttitle" align="right"><div><strong>密码功能:</strong></div></td>       <td height="30"> <% response.write "<input type=""radio"" name=""Cipher"" value=""1"" " If Cipher = 1 or  ks.isnul(Cipher) Then .Write (" checked") .Write ">" .Write "开启" .Write "  <input type=""radio"" name=""Cipher"" value=""0"" " If Cipher = 0 Then .Write (" checked") .Write ">" .Write "关闭" %>



plus/form.asp
  1. '+二次开发+ if  KS.ChkClng(KS.S("Cipher"))=0 then     rs("PassWord")="{o|yes|o}"&KS.S("PassWord") else rs("PassWord")="{o|no|o}" end if


将以上红色数值改为1,如:
if KS.ChkClng(KS.S("Cipher"))=1 then
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.20313秒 powered by KesionCMS 9.0