Ok. Moving the javascript include inside <head> works on this page.
Thank you for the help!
The other page I am working on, I don't really have a publicly
available example yet, so it might be a little harder to debug.
However, the concept is fairly simple. I am trying to get the
reCAPTCHA API to load inside a jQuery thickbox.
Using the PHP code to generate it doesn't work well. However, using
the same Ajax method that we just got working on the other page, it
does not work inside a thickbox. The error I get on this page is
this:
Recaptcha.widget has no properties
_init_builtin_theme()recaptcha_ajax.js (line 312)
_finish_widget()recaptcha_ajax.js (line 366)
challenge_callback()recaptcha_ajax.js (line 256)
[Break on this error] Recaptcha.widget.innerHTML = "<div
id='recaptcha_area'>" + html + "</div>";
Have you ever encountered this before?
Once again, I appreciate the help.