Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/11/2008, 13:15
trumpetero
 
Fecha de Ingreso: noviembre-2008
Ubicación: San Vicente (Alicante)
Mensajes: 21
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Consulta...validacion por cada input

Yo creo que haría algo así:
Código PHP:
<!-- <head>
<
script language="javascript" type="text/javascript">
function 
funcion_uno()
{...
}
function 
funcion_dos()
{...
}
</script>
</head>
<body>
<form action="" onsubmit=[B]"return true;"[/B]>
<...>
<input type="submit" name="input_submit" value="Borrar" [B]onclick="funcion_uno()"[/B]>
<input type="submit" name="input_submit" value="Actualizar" [B]onclick="funcion_dos()"[/B]>
</form>
</body>
*--> 
No se si te servirá de mucho porque no se que es lo que quieres hacer en concreto. Pero más o menos ahí está la idea.

Un saludo!!! ^_^