Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/11/2007, 13:48
B4l4
 
Fecha de Ingreso: octubre-2007
Mensajes: 203
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: Cambiar botones de formulario

alguien me hecha una mano?


Ni esto:

Código HTML:
<form action="mundo.php?valor=1" method="POST">
		<input type="hidden" value="valor" >
		<input type="submit" value="Listado de Enemigos">
    	<a href="#" onclick = "document.forms[0].submit()">
	</form> 
Ni esto

Código HTML:
<form action="mundo.php?valor=1" method="POST">
		<input type="hidden" value="valor" >
		<a href="#" onclick = "document.forms[0].submit()">
	</form> 

Me printa un enlace/boton