Reporte de incidencias y vigilancia

 

 

<script src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script> <script > function recuperaRegistrados() { $.ajax({ type: "GET", url: "/wp-content/dameRegistrados.php", data:'asunto=incidenciaUP&icono=uploads/2016/05/logoPemex.png', success: function(msg){ $('#registrados').html(msg); }, error: function(result) { $('#registrados').html("Un momento por favor... Estableciendo conexión con el servidor...");} }) }recuperaRegistrados();setInterval(function () { recuperaRegistrados(); },500000); </script>