SCRIPT87:IE 9,8,7的无效参数

时间:2014-03-12 05:58:54

标签: asp.net asp.net-mvc internet-explorer c#-4.0 c#-3.0

我在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中使用。

0 个答案:

没有答案