假如有一个页面中有如下的iframe:
<iframe name="cwin">
则在iframe中可以这样关闭:
parent.close()控制history对象应该是
parent.document.location.history()吧;
我没有试过