在子窗口关闭时如何reload父窗口中的iframe

现有一页面main.htm,在其中的一个div中有一iframe(src="listdateServ"),当点击
main.htm一个button时弹出一窗口chi.htm,填完chi.htm中的form再点击一submit,转
到savedateServ去处理,处理完后转到一页面saveOK.htm。现在我要在saveOK.htm关闭时reload iframe,如何做?
---------------------------------------------------------------

在saveOK.htm中(它和chi.htm是同一页)不然就opener.opener...

1<body onbeforeunload="opener.document.frames['iframeName'].location.reload();return true">   
2\---------------------------------------------------------------   
3  
4不要return true</body>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus