?
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' ; } |