Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/12/2005, 22:33
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 5 meses
Puntos: 39
En ese caso la solucion podria ser manejar el reset manualmente, de esta forma podrias tener un solo formulario.
Algo asi:
Código HTML:
<form name="enviar_todo" action="loquesea.cgi" method=post>
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input name="pic0" type="file" size="10">
<input type="text" name="campo1">
<input type="button" class="" value="Cancelar" onClick="Resetear();">
<input type="button" class="boton" value="Enviar" onClick="envia();">
</form> 
La funcion Resetear podria tener algun parametro.
Bueno, es una idea
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.