b.aspx使用window.open()来打开a,aspx,那么在a.aspx中下面代码即可:<input type="button" onclick="javascript:window.opener.location.reload();" value="刷新b.aspx">