小智 5
你会在孩子身上找到这样的剧本.
<script type="text/javascript">
function refreshParent() {
//re-set the parent url to refresh
//window.opener references the parent page
window.opener.location.href = window.opener.location.href;
}
</script>
[...]
// the onunload event fires when the child page is closed
<body onunload=refreshParent(); >
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7066 次 |
| 最近记录: |