怎么在点击按钮里实现刷新页面
怎么在点击按钮里实现刷新页面
[解决办法]
function F5() {
window.opener.location.href=window.opener.location.href;
window.opener.location.reload(true);
}
发布时间: 2012-04-10 21:03:56 作者: rapoo
怎么在点击按钮里实现刷新页面
怎么在点击按钮里实现刷新页面
[解决办法]
function F5() {
window.opener.location.href=window.opener.location.href;
window.opener.location.reload(true);
}