You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I clear the content programatically. I tried the following but it doesn't work:
//Clear the inner html document of the iframe
var iframe = document.getElementsByTagName("iframe")
frameDoc = iframe[0].contentDocument || iframe[0].contentWindow.document;
frameDoc.documentElement.innerHTML = '<head></head><body contenteditable="true"></body>';
Many thanks!
Antonio
The text was updated successfully, but these errors were encountered:
Hi There!
How can I clear the content programatically. I tried the following but it doesn't work:
Many thanks!
Antonio
The text was updated successfully, but these errors were encountered: