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"> </p>
<p align="right" class="Estilo1">Nombre:</p>
<p class="Estilo1"> </p></th>
<th scope="col"><div align="left">
<input type = "text" name = "Name" />
</div></th>
</tr>
<tr>
<th scope="row"><p class="Estilo1"> </p>
<p align="right" class="Estilo1">Código de la Canción:</p>
<p class="Estilo1"> </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"> </p>
<td><p> </p>
<tr>
<td>
<p align="center" class="Estilo1"> </p>
<td><p> </p>
<tr>
<td align="center">
<td>
<td><p>
</p>
<p> </p></td>
</td>