解答让SF版验证码变成纯数字的方法_动易Cms教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!


问题:如何让SF版验证码变成纯数字?

解决方法:修改\Controls\ValidateCodeImage.aspx文件,找到以下代码

<div>
            <pe:ValidateCodeImage ID="ValidateCodeImage1" runat="server"
                ValidateCodeFontSize="10" ValidateCodeMaxLength="6" ValidateCodeMinLength="4"
                ValidateCodeLengthMode="static" />
        </div>


替换为

        <div>
            <pe:ValidateCodeImage ID="ValidateCodeImage1" ValidateCodeBoundString="0|1|2|3|4|5|6|7|8|9" runat="server" ValidateCodeSessionName="ValidateCodeSession"
                ValidateCodeFontSize="10" ValidateCodeMaxLength="6" ValidateCodeMinLength="4"
                ValidateCodeLengthMode="static" />
        </div>


查看更多 动易Cms教程  动易Cms模板

来源:模板无忧//所属分类:动易Cms教程/更新时间:2009-07-21
相关动易Cms教程