Hallo all:以下に示すように、iframeにhtml文字列を挿入する必要があります。
...。
var html = "<html><head><title>Titolo</title></head><body><p>body</p></body></html>"
jQuery('#popolaIframe').click(function() {
parent.$("#indexIframe")[0].documentElement.innerHTML = html;
});
これを達成する方法はありますか?