我在ASP.net网站上有一组链接按钮的代码。
string url = "Display_Mail.aspx?cust=" + custname + "&env=" + environment;
ClientScript.RegisterStartupScript(this.GetType(), "PopupWindow", "<script language='javascript'>window.open('" + url + "', 'Display Mail', 'width=1350px,height=1400px,left=50px,top=50px,resizable=yes,scrollbars=1')</script>");
以上代码在Chrome,IE11,Fiefox中运行良好但不适用于IE9和较小版本。它给出了Script87:无效的参数错误。请大家帮忙解决这个问题,因为大部分网站都只在IE9中使用。