It works perfectly in IE, however, in firefox when I press the button the copied iframe be refreshed, I don't like that. Does anyone able to give me a light?
It works perfectly in IE, however, in firefox when I press the button the copied iframe be refreshed, I don't like that.
Sorry, you'll have to chalk that one up to browser differences. Technically, though, you should not take an existing document element and append it in another place in the document without removing it from the original place. If you change that, though, I don't expect it to help the other issue.
Sorry, you'll have to chalk that one up to browser differences. Technically, though, you should not take an existing document element and append it in another place in the document without removing it from the original place. If you change that, though, I don't expect it to help the other issue.
Thanks for the reply MrNobody,
I have also tried with removing the child node before copying but still does not help.
What I need is to just move the iframe from td2 to td1 without refreshing the iframe content
Bookmarks