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