Use the following snippet to access the IFrame content
in Java script
var
iframeConent = document.getElementsByClassName("contentFrame");
if(iframeConent!= null)
{
var body
= iframeConent[0].contentDocument.getElementsByTagName('body')[0];
}
0 comments:
Post a Comment