public static void showWarningMsg(string message) { ShowMsgHelper.ExecuteScript(string.Format("showWarningMsg('{0}');", message)); }
public static void Alert(string message) { ShowMsgHelper.ExecuteScript(string.Format("showTipsMsg('{0}','2500','4');", message)); }
public static void ParmAlertMsg(string message) { ShowMsgHelper.ExecuteScript(string.Format("showTipsMsg('{0}','2500','4');top.main.target_right.windowload();OpenClose();", message)); }