Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/12/2007, 07:23
negi
 
Fecha de Ingreso: octubre-2007
Mensajes: 65
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: problema con formulario

hola!
muchas gracias!
me sirvio bastante, se me pasó... pero ahora me surgio otro problema (lo se, mis problemas son molestos y siempre son por babosadas)
pero cuando lo intentó (enviar el formulario) sale el siguiente error:

ke pasa? el código esta casi igual... pero por si caso:
Código HTML:
<style type="text/css">
<!--
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
-->
</style>
<form name="mail_form" action="mailto:[email protected]" method="POST" enctype="text/plain">
<table>
<table width="50" border="0" align="left" cellpadding="3" cellspacing="3">
  <tr>
    <th scope="col"><p class="Estilo1">&nbsp;</p>
      <p align="right" class="Estilo1">Nombre:</p>
    <p class="Estilo1">&nbsp;</p></th>
    <th scope="col"><div align="left">
      <input type = "text" name = "Name" />
    </div></th>
  </tr>
  <tr>
    <th scope="row"><p class="Estilo1">&nbsp;</p>
    <p align="right" class="Estilo1">Código de la Canción:</p>
    <p class="Estilo1">&nbsp;</p></th>
    <td>
      <div align="left">
        <input type = "text" name = "Subject" />
      </div></td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><span class="Estilo1">Comments:</span></div></th>
    <td><div align="left">
      <textarea name = "Comments, Suggestions" cols = 50 rows = 6> </textarea>
    </div></td>
  </tr>
  <tr>
    <th colspan="2" scope="row"><input name="submit" type="submit" value="Enviar" /></th>
  </tr>
</table>
<tr>
<td>
<p align="justify" class="Estilo1">&nbsp;</p>
<td><p>&nbsp; </p>
<tr>
<td>

<p align="center" class="Estilo1">&nbsp;</p>
<td><p>&nbsp; </p>
<tr>
  <td align="center">
  
  <td>

<td><p>&nbsp;
  </p>
  <p>&nbsp;</p></td>
</td>