html问题:如何刷新frameset里面调用的html页面(kingofark)
某页面中有如下html代码:
<frameset>
<frame name="top" target="contents" src="top.html">
<frame name="top1" src="top1.html">
<frameset ...>
......
</frameset>
<frame name="down" ...>
<noframes>
<body>
</body>
</noframes>
</frameset>
我希望能在该页面读出来后,再把top.html刷新一次。
请各位大虾不吝赐教。谢谢!