Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. function enviar(operacion) {
  3. document.getElementById("accion").value = operacion;
  4. document.getElementById("formaUsuarios").submit();
  5. }
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement