10/30/2012

JavaScript clean the web page in Iframe

document.getElementById("IDofIframe").src = "about:blank";

OR

document.frames[ "iframe1"].src   = "about:blank ";

No comments:

Post a Comment