有iframe内页面刷新时,能同时刷新这个iframe所在页面的办法吗
如题:有 文件 main.asp
<html>
............
<table><tr><td valign="top" width="870"><iframe src="Help.asp" name="contor" id="contor" scrolling="no" frameborder="0" width="100%" onload="autoResize();" align="middle" onblur="autoResize();" ></iframe></td>
</tr>
</table>
............
</html>
当 help.asp 执行了内容更新 刷新页面时 能同时 把 main.asp 文件一同刷新吗?