I know that I cannot style the content of an iFrame loaded from another domain. Is there a JavaScript solution that I can place in the parent window, that will allow me to write HTML into the iFrame, like document.write <link rel="stylesheet"…
?
OR
Can I take content from an iFrame and place it into a DIV in the parent window?