<SCRIPT language="JavaScript"> <!-- function winload(){ window.opener.location.reload() // 刷新父窗口 } //--> </script> <body onload="winload()"> </body>