如何使 DotNetNuke Captcha 控件在留空时显示错误
我在我的页面上使用了验证码控件:
<dnn:CaptchaControl ID="CaptchaControl1" runat="server" CaptchaHeight="50px" CaptchaWidth="150px" ErrorMessage="incorrect" />
如果验证码不正确,将显示错误消息,但如果留空,则不会显示错误。有什么方法可以让它在空白时显示错误吗?
谢谢
I took a captcha control on my page :
<dnn:CaptchaControl ID="CaptchaControl1" runat="server" CaptchaHeight="50px" CaptchaWidth="150px" ErrorMessage="incorrect" />
if captcha is incorrect the error message will be shown but if it left blank it shows no error.is there any way to make it show an error when it is blank?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,我不确定,但我会尝试:
在那里您可以输入属性:
也许您必须在验证码控件中设置以下属性:
这也是工作客户端。
希望这有帮助。
最好的问候,没有人。
Hmm Iam not sure but I would try:
there you can enter the properties:
maybe you have to set the following property at your captcha control:
This is working client side, too.
hope this helps.
best regards, noone.
这对我有用:
1)向验证码控件添加一个CSS类名(即CssClass =“captcha”)
2)创建一个javascript函数:
3)在提交按钮上调用该函数:
This worked for me:
1) Add a css class name to the captcha control (i.e. CssClass="captcha")
2) Create a javascript function:
3) Call the function on your submit button: