Is that from javascript or the python?  My problem is that IE seems to
be stripping my scripts when i set the return of my form via
innerHTML.  So I was going to send them as a separate object and then
add them manually.

On May 17, 9:54 am, mdipierro <[email protected]> wrote:
> a=DIV(DIV(SCRIPT(....)),DIV(DIV(SCRIPT(....)),SCRIPT(....), etc.)
>
> scripts=a.elements('script')
>
> On May 17, 6:54 am, Ian Reinhart Geiser <[email protected]> wrote:
>
> > Hi, I have a DIV object that has a bunch of children as well as a few
> > SCRIPT objects inside of it.  I would like to recursively traverse the
> > DIV's children to extract all of the SCRIPT objects contents.  How
> > might I attempt that?

Reply via email to