Hi,
I have Javascript in a DIV tag in a IFrame. I must copy them to the main frame. This part work fine with the innerHTML property on the DIV. But, now I SHOULD execute the javascript copied right after the copy ...
(The copied javascript contains some functions but also some calls of functions that must be done immediatly)
I tested with an eval of the innerHTML....but this not work.
thanks
I have Javascript in a DIV tag in a IFrame. I must copy them to the main frame. This part work fine with the innerHTML property on the DIV. But, now I SHOULD execute the javascript copied right after the copy ...
(The copied javascript contains some functions but also some calls of functions that must be done immediatly)
I tested with an eval of the innerHTML....but this not work.
thanks