View difference between Paste ID: rdVTr7pz and MAEED22W
SHOW: | | - or go back to the newest paste.
1
<script>
2-
function guardar() {
2+
function enviar(operacion) {
3-
	var forma = document.getElementById("formaUsuarios");
3+
	document.getElementById("accion").value = operacion;
4-
	forma.action = "adminUsuarios.servlet";
4+
	document.getElementById("formaUsuarios").submit();
5-
	var accion = document.getElementById("accion");
5+
6-
	accion.value = "guardar";
6+