请问如何打开一个新的页面而下面的代码暂不执行啊?急!急!急!急!
当我点击按钮时候执行这句话
BasePage.OpenWebFormSize("v_ChoosePage.aspx", 255, 540, 250, 300); Label1.Text = Session["FormID"].ToString(); string js = @"<Script language='JavaScript'>window.open('" + url + @"','','height=" + heigth + ",width=" + width + ",top=" + top + ",left=" + left + ",location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=no,toolbar=no,directories=no');</Script>"; HttpContext.Current.Response.Write(js);