`

转载 改变iframe内容

F# 
阅读更多
 
document . write ( "<iframe src=\"about:blank\" width=\"200\" height=\"200\" id=\"view\" name=\"view\" onload=\"f(this);\" onfocus=\"g(this);\"><\/iframe>" );
function f(aa )
{
    aa.contentWindow.document.body.innerHTML = 'fff' ;
}

function g(aa )
{
    aa.contentWindow.document.body.innerHTML = 'ggg' ;
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics