简体   繁体   中英

Recaptcha not working in IE7 and 8

I am using Google Recaptcha Ajax API and it is working well in FF and Chrome but a very disappointing result I got in IE 7 and 8. I follow guidelines via this link https://developers.google.com/recaptcha/docs/display#AJAX

I got errors in IE Unknown runtime error somewhere around line 103 . I use developer tool in IE to debug the errors. Well I have looked around the web and still can't find good solution yet. Hope anybody here can help me. Thanks.

Is your target for the ReCaptcha to be rendered a <p> by chance?

The recaptcha ajax creates divs and tables within the rendered element, and due to HTML rules (according to IE at least) these are invalid constructs, so they puke on it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM