Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. introducir el código aquí
  2. $("#solicitud_incorporacion").click(function() {
  3. location.href="index0_1.php";
  4. $("frm_solicitud").click();
  5. });
  6.  
  7. $("#consulta_incorporacion").click(function() {
  8. location.href="index0_1.php";
  9. $("frm_consulta").click();
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement