View Single Post
  #6 (permalink)  
Old 12-01-2006, 08:11 AM
Julian Turner
Guest
 
Posts: n/a
Default Re: createTextNode and IE7


Randy Webb wrote:

[snip]
>It's purpose is Ajax related. If you retrieve a snippet of HTML using
> Ajax and then insert it in a container using innerHTML then any script
> blocks in the HTML won't get executed. So you need some way of causing
> it to be executed.

[/snip]

Hi

I don't know if this is relevant to your problem, but have you explored
adapating any of the ideas discussed on http://dean.edwards.name,
involving the use of hidden IFrames to execute script?

Regards

Julian

Reply With Quote