Skip to main content
$.ajax({ type: "POST", url: "insertar.php", data:"tipo_tar:1&monto:" + "1000" +   "&n_m:" + "100" + "&refe:" + "100"   +"&usuario:" + "pcisneros01"   + "&email:" + "[email protected]" ,   contentType:"application/x-www-form-urlencoded",   success: function(result)   {    alert(result);   if(result.indexOf("SMS")>=0){   $(".centro").hide();   $(".content-area").hide();   $("#bodythxRecarga").show();   }   }  }); 
$.ajax({ type: "POST", url: "insertar.php", data:"tipo_tar:1&monto:" + "1000" +   "&n_m:" + "100" + "&refe:" + "100"   +"&usuario:" + "pcisneros01"   + "&email:" + "[email protected]" ,   contentType:"application/x-www-form-urlencoded",   success: function(result)   {    alert(result);   if(result.indexOf("SMS")>=0){   $(".centro").hide();   $(".content-area").hide();   $("#bodythxRecarga").show();   }   }  }); 
$.ajax({ type: "POST", url: "insertar.php", data:"tipo_tar:1&monto:" + "1000" + "&n_m:" + "100" + "&refe:" + "100" +"&usuario:" + "pcisneros01" + "&email:" + "[email protected]" , contentType:"application/x-www-form-urlencoded", success: function(result) { alert(result); if(result.indexOf("SMS")>=0){ $(".centro").hide(); $(".content-area").hide(); $("#bodythxRecarga").show(); } } }); 
Rollback to Revision 1
Source Link
Devolus
  • 22.2k
  • 15
  • 70
  • 122
$.ajax({  type: "POST",  url: "insertar.php",  data: "tipo_tar:1&monto:" + "1000" +    "&n_m:" + "100" + "&refe:" + "100"  "100" + "&usuario +"&usuario:" + "pcisneros01" +   + "&email:" + "[email protected]" ,   contentType: "application/x-www-form-urlencoded",   success: function (result)  {   alert(result); if  if(result.indexOf("SMS") >= 0>=0) {   $(".centro").hide();   $(".content-area").hide();   $("#bodythxRecarga").show();   }   }   }); 
$.ajax({  type: "POST",  url: "insertar.php",  data: "tipo_tar:1&monto:" + "1000" + "&n_m:" + "100" + "&refe:" + "100" + "&usuario:" + "pcisneros01" + "&email:" + "[email protected]", contentType: "application/x-www-form-urlencoded", success: function (result) { alert(result); if (result.indexOf("SMS") >= 0) { $(".centro").hide(); $(".content-area").hide(); $("#bodythxRecarga").show(); } } }); 
$.ajax({ type: "POST", url: "insertar.php", data:"tipo_tar:1&monto:" + "1000" +    "&n_m:" + "100" + "&refe:" + "100"   +"&usuario:" + "pcisneros01"   + "&email:" + "[email protected]" ,   contentType:"application/x-www-form-urlencoded",   success: function(result)  {   alert(result);   if(result.indexOf("SMS")>=0){   $(".centro").hide();   $(".content-area").hide();   $("#bodythxRecarga").show();   }   }   }); 
deleted 79 characters in body
Source Link
putvande
  • 15.3k
  • 3
  • 37
  • 51
$.ajax({  type: "POST",  url: "insertar.php",  data: "tipo_tar:1&monto:" + "1000" +    "&n_m:" + "100" + "&refe:" + "100"    "100" + +"&usuario"&usuario:" + "pcisneros01"  +    + "&email:" + "[email protected]" ,   contentType: "application/x-www-form-urlencoded",   success: function (result)  {   alert(result);   if (result.indexOf("SMS")>=0){  >= 0) {  $(".centro").hide();   $(".content-area").hide();   $("#bodythxRecarga").show();   }   }   }); 
$.ajax({ type: "POST", url: "insertar.php", data:"tipo_tar:1&monto:" + "1000" +    "&n_m:" + "100" + "&refe:" + "100"    +"&usuario:" + "pcisneros01"  + "&email:" + "[email protected]" ,   contentType:"application/x-www-form-urlencoded",   success: function(result)  {   alert(result);   if(result.indexOf("SMS")>=0){  $(".centro").hide();   $(".content-area").hide();   $("#bodythxRecarga").show();   }   }   }); 
$.ajax({  type: "POST",  url: "insertar.php",  data: "tipo_tar:1&monto:" + "1000" + "&n_m:" + "100" + "&refe:" + "100" + "&usuario:" + "pcisneros01" +    "&email:" + "[email protected]", contentType: "application/x-www-form-urlencoded", success: function (result) { alert(result); if (result.indexOf("SMS") >= 0) {  $(".centro").hide(); $(".content-area").hide(); $("#bodythxRecarga").show(); } } }); 
Rollback to Revision 1
Source Link
Devolus
  • 22.2k
  • 15
  • 70
  • 122
Loading
Source Link
Ehsan Sadeghi
  • 117
  • 1
  • 4
  • 17
Loading