摘要:
public static void ShowModalDialogWindow(string webFormUrl, int width, int height, int top, int left) { #region string features = "dialogWidth:" + width.ToString() + "p... 阅读全文
摘要:
public static void OpenWebFormSize(string url, int width,int heigth,int top,int left) { #region string js = @""; HttpContext.Current.Response.Write(js); ... 阅读全文