response.Redirct 跳出框架

//Response.Write('<script>parent.location='http://www.cnblogs.com/Login/Login.aspx';</script>');
  Response.Write('<script>top.location='http://www.cnblogs.com/Login/Login.aspx';</script>');
//Response.Write('<script>parent.document.location.href='http://www.cnblogs.com/Login/Login.aspx';</script>'); 
原文地址:https://www.cnblogs.com/zlzly/p/2094830.html