在C中:
<%
response.redirect Request.ServerVariables("HTTP_REFERER")
Response.Write "<script>parent.B.document.reload()</script>"
%>