在b页中按钮<input type=button onclick="refresh()" value="Refresh">
把下面代码加入b页<script>
function refresh(){   window.parent.location.reload();}
</script>