本来打开新页面时使用response.write("<script>window.open('DetailItem.aspx?ID={0}','', 'height=460, width=360, top=0,left=0, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no');</script>");
后来改为:
Page.RegisterStartupScript("js", "<script>window.open('DetailItem.aspx?ID={0}','', 'height=460, width=360, top=0,left=0, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no');</script>");
解决
本文转自 陈敬(Cathy) 博客园博客,原文链接:http://www.cnblogs.com/janes/archive/2008/07/21/1247437.html,如需转载请自行联系原作者