javascripta网页弹出b网页,b网页关闭时,刷新a网页

2006-12-13 admin 分享

a.html--------------------------
<html>
<body>

</body>
<html>
b.html--------------------------
<html>
<body onUnload="javascript:opener.location.href='a.html';">

</body>
</html>

继续阅读