index.html:
<iframe name="a" id="a" src="1.html"></iframe>
<br>
<iframe name="b" id="b" src="2.html"></iframe>
1.html:
<input name="aaa" type="button" onclick="top.frames['b'].location.reload()" value="刷新B窗体"/>
index.html:
<iframe name="a" id="a" src="1.html"></iframe>
<br>
<iframe name="b" id="b" src="2.html"></iframe>
1.html:
<input name="aaa" type="button" onclick="top.frames['b'].location.reload()" value="刷新B窗体"/>