In javascript, how can I set the innerHTML of an iframe? I mean: how to set, not get.
window[\"ifrm_name\"].document.innerHTML= \"Hi\"
There is also the srcdoc attribute:
srcdoc
Demo, Polyfill.