Re: Is it possible to pass a DOM node from an iframe to the parent in IE?



PS: creating a new node and copying the innerHTML seems to work, but
it doesn't grab anything set programmatically, dammit... For instance,
if I set the passed node' background to red, then copy innerhtml to a
new node and append it to the parent document, the appended node isn't
red.

Tyler

.