js iframe onload site:stackoverflow.com code example
Example: iframe onload site:stackoverflow.com
var iframe = document.getElementById('iframe'),
htmlStr = "<html><body><h1>Hell World11111</h1></body></html>";
iframe.src = 'data:text/html,'+htmlStr;