我正在使用 colorbox jquery 在弹出框中显示注册表单。
我使用以下脚本启动弹出窗口
<script type="text/javascript" language="javascript">
$(".ajax").colorbox({width:"30%"});
</script>
在弹出窗口中,我使用 Recaptcha 调用了注册表单。我可以在弹出框中获取所有表单字段,但不能在 recaptcha 中获取。
我得到 recptcha 代码是带有 noscript 的 ajax 形式的 recaptcha 的地方
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdxveQSAAAAADjToPLUgHY6IRxJgreFWwwOF47H" height="300" width="500" frameborder="0"></iframe>
<br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
没有ajax的实际注册表单