可以呀!
try this:a.jsp:a=window.open("B.jsp","")
or
//if(a.closed){window.location.reload()}b.jsp:
<input type="button" name="close" onclick="opener.location.reload()">