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!!! ^_^