今天在为www.ij2ee.com 制作首页时,想使用脚本去修改iframe里的内容,上网搜了下资料大概如下:
var doc = document.getElementById("m").contentDocument || document.frames["m"].document;
doc.body.innerHTML = "";
doc.write("<a href='http://www.gbsou.com'>关注Java</a>")
今天在为www.ij2ee.com 制作首页时,想使用脚本去修改iframe里的内容,上网搜了下资料大概如下:
var doc = document.getElementById("m").contentDocument || document.frames["m"].document;
doc.body.innerHTML = "";
doc.write("<a href='http://www.gbsou.com'>关注Java</a>")