; string js=ShowModalDialogJavascript(webFormUrl,features); HttpContext.Current.Response.Write(js); } public static void ShowModalDialogWindow(string webFormUrl,int width,int height,int top,int left) { string features = "dialogWidth:"+width.ToString() + "px" +";dialogHeight:" + height.ToString() + "px" +";dialogLeft:" + left.ToString() + "px" +";dialogTop:" + top.ToString() + "px" +";center:yes;help=no;resizable:no;status:no;scroll=no"; ShowModalDialogWindow(webFormUrl,features); }
public static void SetHtmlElementValue(string formName,string elementName,string elementValue) { string js=@"<Script language='JavaScript'>if(document."+formName+"." + elementName +"!=null){document."+formName << 上一页 [21] [22] 下一页 |