Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/04/2010, 14:35
yhedai
 
Fecha de Ingreso: abril-2010
Mensajes: 1
Antigüedad: 14 años
Puntos: 0
Ayuda con envio a otro formulario

hola tengo el problema que no puedo mostra en otro form los datos de este no se si estare haciendo algo mal desde ya gracias.

si me pueden poner como los recogeria desde ya gracias


<form method="post" action="envio.php">
<div id="Layer13">
<table height="292" border="1" align="center" bordercolor="#A20D0D" bgcolor="#A20D0D">
<tr bordercolor="#A20D0D" bgcolor="#A20D0D">
<th height="50" scope="row"><img src="Imag/text1.png" width="100" height="30" /></th>
<td><label>
<input name="nomb" type="text" id="nomb" value="" size="26" maxlength="20" />
</label></td>
</tr>
<tr bordercolor="#A20D0D" bgcolor="#A20D0D">
<th height="56" scope="row"><img src="Imag/text2.png" width="100" height="30" /></th>
<td><label>
<input name="apellido" type="text" id="apellido" size="26" maxlength="20" />
</label></td>
</tr>
<tr bordercolor="#A20D0D" bgcolor="#A20D0D">
<th height="51" scope="row"><img src="Imag/text3.png" width="100" height="30" /></th>
<td><label>
<input name="mail" type="text" id="mail" size="26" maxlength="30" />
</label></td>
</tr>
<tr bordercolor="#A20D0D" bgcolor="#A20D0D">
<th height="48" scope="row"><img src="Imag/text4.png" width="100" height="30" /></th>
<td><label>
<input name="tel" type="text" id="tel" size="26" maxlength="15" />
</label></td>
</tr>
<tr valign="top" bordercolor="#A20D0D" bgcolor="#A20D0D">
<th height="73" scope="row"><div align="center">
<h3><img src="Imag/text5.png" width="100" height="30" align="top" /></h3>
</div></th>
<td><h3>
<label>
<textarea name="consulta" rows="10" id="consulta"></textarea>
</label>
</h3></td>
</tr>
</table>
<p>&nbsp;</p>
</div>
</form>