asp.net - SCRIPT87:Invalid Argument for IE 9,8,7 -
i have following set of code link button click in asp.net website.
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>"); the above code works fine in chrome,ie11,fiefox doesnt work ie9 , lesser versions. gives script87: invalid argument error. kindly in website used in ie9 only.
Comments
Post a Comment