if (self==top) ;
  window.location.href = "Web/Web.asp\?from="+ window.location.href;Web.asp:
<%
  Dim from
  from  = Request.QueryString("from")
%>
<frame name="bodyFrame" src="<%if from<>"" then Response.Write from else Response.Write "Desktop.asp" %>">