I know my problem hurts because that"s what we need.
to put it simply, our requirement is to transfer all the content in an iframe (loading a web page) to a div as it is.
I have now made it possible to copy the contents of body from iframe, and the innerHTML, of div has been very successful.
is now stuck in the step of how to move the css definition over. I can get the styleSheet, of this iframe and see all kinds of cssRule, but I don"t know how to add it to the div.
I would like to ask the great gods, how to do this?