[Seaside] Recaptcha within a JQuery dialog

Sebastian Van Lacke svanlacke at caesarsystems.com
Tue Jul 26 19:39:09 UTC 2011


Hi, I am trying to use recaptcha within a jquery dialog by using this code:

    | id |
    html div
         id: (id := html nextId);
             script: (
                html jQuery new dialog
                    html: RSRecaptchaComponent new;
                    title: 'Recaptcha Dialog';
                    resizable: false;
                    autoOpen: false;
                    modal: true).
            html anchor
                onClick: (html jQuery id: id) dialog open;
                with: 'Register to Conference'

For some reason jQuery removes the script tag rendered by the recaptcha
component, therefore the captcha is not showed.

Any idea?

Sebastián



-- 

sebastian van lacke* *| web developer* *|  *caesar systems *| *see clearly.
decide smarter.*

svanlakce at caesarsystems.com <gamaral at caesarsystems.com> | t: +1.281.598.8790
| t: +54.11.4389.0126 | petrovr.blogspot.com | www.caesarsystems.com

**This message and any attached documents contain information from Caesar
Systems LLC that may be confidential/trade secret and/or privileged. If you
are not the intended recipient, you may not read, copy, distribute or use
this information. If you have received this transmission in error, please
notify the sender immediately by telephone or by reply e-mail and then
delete this message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110726/d4c13a4e/attachment.htm


More information about the seaside mailing list