[jQuery] clone and append elements across window in IE Bug

[jQuery] clone and append elements across window in IE Bug


I have a parent window. The parent window creates a child window.
I then want to clone an element from the parent window, and then
append the clone to the child window.
I can get this to work in Firefox, but not in IE. I hear that IE has
some restriction where you can't move elements across documents (i.e.
across windows or frames).
Can someone suggest a work around or shed some light to this?
Thank you.