b.html
.........
要怎么操作 ? 谢谢。 我用....window.opener.document.getElementById("tab").appendChild() 试了好久都不行。。
搞错了哈 :oops:
可能因为用的是IE,IE中table不支持appendChild.只在Firefox中试过
要不就用DIV之类的模仿TABLE吧
或者document.getElementById("tab").insertRow(0).appendChild(td);
而且window.opener在ie6中也不好用
要不换个别的思路吧
因为两个页面没有父子关系
a.html
[code="html"]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
[/code]
b.html
[code="html"]
[/code]