Ver Mensaje Individual
  #17 (permalink)  
Antiguo 14/01/2011, 12:09
ElJudas
 
Fecha de Ingreso: enero-2011
Mensajes: 46
Antigüedad: 13 años, 3 meses
Puntos: 0
Respuesta: problemas con formulario ayuda please!!

Hola, tengo un problema con un formulario, ¿que falta para que se envíen los datos rellenados?
espero una ayudita que soy novatillo en esto jeje,gracias..
Código HTML:
Ver original
  1. <meta http-equiv="content-type"
  2. content="text/html; charset=ISO-8859-1">
  3. <title>Pide hora</title>
  4. <script type="text/javascript">
  5. function ccolor(col){
  6. opener.document.getElementById('a').style.backgroundColor=col;
  7. }
  8. </head>
  9. <form action="mailto:[email protected]" method="post">
  10. <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. <input onclick="ccolor('red');" name="Pide hora" type="submit"><input
  31. name="1_FEBRERO" type="HIDDEN"> <input name="9_00" type="HIDDEN"></div>
  32. </form>
  33. style="text-align: left; width: 250px; height: 250px; background-color: rgb(192, 192, 192);"
  34. border="4" cellpadding="4" cellspacing="4">
  35. <tr>
  36. <td style="vertical-align: top; text-align: left;"><b>Nombre y
  37. apellidos</b><br>
  38. <input id="nombre" name="Nombre" size="33"><br>
  39. <br>
  40. <b>Telefono</b><br>
  41. <input id="telefono" name="Tel&eacute;fono" size="33"><br>
  42. <br>
  43. <b>9:00</b><br>
  44. <br>
  45. </td>
  46. </tr>
  47. <br>
  48. <br>
  49. </body>
  50. </html>

Última edición por ElJudas; 14/01/2011 a las 14:43