a.html中,用showModalDialog打开了b.html:
var thewin=showModalDialog("b.html",window,"dialogWidth:100px;dialogHeight:100px;help:no;center:yes;status:no;resizable:yes;scroll:no");在a.html中,我用thewin.close()不能关掉打开的窗口,请问在a.html中怎么关掉b.html?b.html我不能做任何修改