如题 
如何获取Response.Write("<script>alert(parent.location.href)</script>");的值?
就是alert弹出的内容(父页面url),我要在后台cs文件里调用。
或者
Response.Write("<script>document.write(parent.location.href);</script>");
怎么样获取Response.Write输出的内容?