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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -