Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/08/2008, 13:04
nowar
 
Fecha de Ingreso: junio-2006
Mensajes: 4
Antigüedad: 18 años, 9 meses
Puntos: 0
Respuesta: el formulario ha dejado de funcionar

Aqui te mando el formulario:

A anidar te refieres a los else if??

Saludos


<form name="contacto" action="" onSubmit="return comprobar();" method="post" style="margin-top:5px; ">
Nombre:<br>
<input name="nombre" type="text" id="nombre" style="background-color:5E543E;border-width:1px;border-color:black" size="20">

<br>
<br>
E-mail :<br>
<input name="mail" type="text" id="mail" style="background-color:5E543E;border-width:1px;border-color:black" size="20">
<br>
<br>
Empresa :<br>
<input type="text" name="empresa" style="background-color:5E543E;border-width:1px;border-color:black">

<br><br>
Observaciones :<br>
<textarea name="observaciones" cols="25" rows="3" id="observaciones" style="background-color:5E543E;border-width:1px;border-color:black;overflow:auto">
</textarea>
<input type="submit" name="submit" value="Enviar" class="cap">
</form>