62,243
社区成员




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);