i'm running into an issue. Let me explain: Domain A (I only have access to the body) Domain B (I have full access and it's on GitHub pages but can be moved and these are only static html files)
I want to embed Domain B (Static Html) within inside Domain A and be able to edit the embedded Full HTML page of B to be copied and used on A.
The issues i'm running into are of course cross origin, I'm not able to upload html to Domain A (I know if could this all could be accomplished through I-Frames), and PostMessage doesn't seem to work properly (probably because i'm running script in Body of A).
Please Help