Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/02/2011, 17:46
prople
 
Fecha de Ingreso: octubre-2010
Mensajes: 39
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: enviar formulario html al mail

Cita:
Iniciado por the_scorpion Ver Mensaje
y cual es ese formulario, en donde esta el codigo
este es el formulario O.O


<h1><center><form method="post" action="cgi-bin/script.pl"><span style="color: rgb(255, 165, 0); font-weight: normal; " class="Apple-style-span">REGISTRO PARA EL TORNEO HALO PRO GAMMERS</span></form></center></h1><center><form method="post" action="cgi-bin/script.pl"><span style="color: rgb(255, 165, 0); " class="Apple-style-span"><br /></span>
<table border="0">
<tbody>
<tr>
<td><span style="font-size: medium; color: rgb(33, 191, 215); ">Nombre Del Lider</span></td>
<td><input name="Nombre del Clan" type="text" /></td>
</tr>
<tr>
<td><span style="font-size: medium; color: yellow; ">Nombre Del Clan</span></td>
<td> <input name="nombre" type="text" /> </td>
</tr>
<tr>
<td><span style="font-size: medium; color: rgb(33, 191, 215); ">Especialidad</span></td>
<td><span style="font-size: small; color: yellow; ">
Rocket: <input name="Especialidad" type="radio" value="S" /> <br />Sniper <input name="Especialidad" type="radio" value="R" /> </span></td>
</tr>
<tr>
<td><span style="font-size: medium; color: yellow; ">Tiempo De Existencia Del Clan</span></td>
<td> <select name="ocupación" type="select-one" value="1 mes"> <option value="1 mes">2 meses</option> <option value="2 meses">3 meses</option> <option value="3 meses">8 meses</option> <option value="8 meses">Mas de un Año</option> <option value="Mas de un Año">Otro Tiempo</option> </select> </td>
</tr> <input name="recipient" type="hidden" value="[email protected]" />
<tr>
<td><span style="font-size: medium; color: rgb(33, 191, 215); ">Escribe (msn o xfire)</span></td>
<td> <textarea rows="3" name="Especifica El Tiempo" type="textarea" value=" Escriba aquí el msn o xfire del clan"> Escriba aquí el msn o xfire del clan</textarea>Enviar
</td>
</tr>
<tr>
<td colspan="2"> <input type="submit" value="Enviar" /> </td>
</tr>
</tbody>
</table> </form> </center>