Recaptcha 未在灯箱中呈现

发布于 2024-10-01 10:08:10 字数 870 浏览 7 评论 0 原文

我已按照本网站上的说明实施了 reCAPTCHA:

http://devlicio.us/blogs/derik_whittaker/archive/2008/12/02/using-recaptcha-with-asp-net-mvc.aspx

但是我无法获取它在我的灯箱上渲染。当我检查萤火虫时,它呈现如下。

<noscript> &lt;iframe src="http://www.google.com/recaptcha/api/noscript?k=6Lctg74SAAAAADV4UAfyRdEUdZi_FGc4PCqA7LEn" width="500" height="300" frameborder="0"&gt; &lt;/iframe&gt;&lt;br /&gt;&lt;textarea name="recaptcha_challenge_field" rows="3" cols="40"&gt;&lt;/textarea&gt;&lt;input name="recaptcha_response_field" value="manual_challenge" type="hidden" /&gt; </noscript>

请注意,当我查看萤火虫时 <和>显示为文本“<”和“>” (没有空格)

如果需要任何其他信息来帮助解决此问题,请告诉我。

谢谢

I've implemented reCAPTCHA following the instructions on this site:

http://devlicio.us/blogs/derik_whittaker/archive/2008/12/02/using-recaptcha-with-asp-net-mvc.aspx

However I am unable to get it to render on my lightbox. It renders as below when i check with firebug.

<noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=6Lctg74SAAAAADV4UAfyRdEUdZi_FGc4PCqA7LEn" width="500" height="300" frameborder="0"> </iframe><br /><textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea><input name="recaptcha_response_field" value="manual_challenge" type="hidden" /> </noscript>

Note that when i look in firebug the < and > display as the text "& lt;" and "& gt;" (without the space)

Let me know if there's any additional information required to help with this problem.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅浅淡淡 2024-10-08 10:08:10

如何将 Html Helper 的输出分配给 fancybox?你能发布你的代码吗?这只是一个猜测,但如果您使用 <%: Html.GenerateCaptcha() %> 语法,请尝试 <%= Html.GenerateCaptcha() %>句法。

How are you assigning the output of the Html Helper to the fancybox? Could you post your code? It's just a guess, but if are you using the <%: Html.GenerateCaptcha() %> syntax, try the <%= Html.GenerateCaptcha() %> syntax.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文