日期:2014-05-17 浏览次数:20474 次
protected void Page_Load(object sender, EventArgs e) { Page.ClientScript.RegisterStartupScript(this.GetType(), "K", "<script>window.open('"+this.Request.RawUrl+"');</script>"); }
------解决方案--------------------
这次你肯定记牢了
------解决方案--------------------
用js打开一个新窗口!
------解决方案--------------------
ScriptManager.RegisterClientScriptBlock(form1, this.GetType(), "cy1", "window.open('页面路径','','scrollbars=yes');", true);
------解决方案--------------------
嗯。在服务器端调用客户端的js方法。或者在客户端直接open就是了、