Ver Mensaje Individual
  #13 (permalink)  
Antiguo 01/04/2009, 10:54
soniacharly
 
Fecha de Ingreso: febrero-2008
Ubicación: Bizkaia
Mensajes: 76
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Formulario en php ayuda!!!!!!!

ahi va:

<form action="enviar.php" method="post" enctype="text/plain" name="ITEALICANTE" target="_blank" id="ITEALICANTE">
<table width="300" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<th colspan="2" class="menu" scope="col">Solicita un presupuesto sin compromiso </th>
</tr>
<tr>
<td width="150" class="txt">Persona contacto </td>
<td><input name="persona" type="text" id="persona" /></td>
</tr>
<tr>
<td width="150" class="txt">Telf contacto </td>
<td><input name="telefono" type="text" id="telefono" /></td>
</tr>
<tr>
<td width="150" class="txt">E-mail contacto </td>
<td><input name="email" type="text" id="email" /></td>
</tr>
<tr>
<td width="150" class="txt">Direcci&oacute;n inmueble</td>
<td><input name="direccion" type="text" id="direccion" /></td>
</tr>
<tr>
<td width="150" class="txt">N&ordm; de plantas</td>
<td><input name="nplantas" type="text" id="nplantas" /></td>
</tr>
<tr>
<td width="150" class="txt"><span class="txt">Antiguedad del edificio</span></td>
<td><input name="antiguedad" type="text" id="antiguedad" /></td>
</tr>
<tr>
<td><div align="center">
<input name="Submit" type="submit" class="boton" value="Enviar" />
</div></td>
<td><div align="center">
<input name="Submit2" type="reset" class="boton" value="Borrar" />
</div></td>
</tr>
</table>
</form>

mil gracias