Tema: Textarea_BD
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/11/2003, 18:02
Avatar de ruben_vmb
ruben_vmb
 
Fecha de Ingreso: noviembre-2003
Ubicación: Mex
Mensajes: 1.325
Antigüedad: 21 años, 5 meses
Puntos: 0
Exclamación Hi

Hola ...
Este es el codigo,, en negritas pongo el problema:


<HTML>
<HEAD> <TITLE>Selección</TITLE>
<TBODY>

<!--Tabla de seleccion de personal .................-->
<form action="registro.asp" method="post">
<table width="61%" height="100%" border="1" align="center" cellpadding="2" cellspacing="0">

<TD width="58%" ><input name="nombre" type="text" class="campostexto" size="25" height="13"></TD>
<TD width="42%" align="left" ><font size="2">&nbsp;Apellido Paterno</font></TD>
<TD width="58%" ><INPUT name="apellidop" type="text" class="campostexto" value="" size="25" height="13"></TD>
<TD width="42%" align="left" >&nbsp;<font size="2">Apellido Materno</font></TD>
<TD width="58%" ><INPUT name="apellidom" type="text" class="campostexto" value="" size="25" height="13"></TD>
<TD width="42%" align="left" ><font size="2">&nbsp;Dirección (calle y número)</font></TD>
<TD width="58%" ><INPUT name="calle" type="text" class="campostexto" value="" size="25" height="13"></TD>
<TD width="42%" align="left" ><font size="2">&nbsp;Colonia</font></TD>
<TD width="58%" ><INPUT name="colonia" type="text" class="campostexto" value="" size="25" height="13"></TD>
<TD width="42%" align="left" >&nbsp;<font size="2">Correo
Electrónico</font></TD>
<TD width="58%" ><INPUT name="mail" type="text" class="campostexto" value="" size="25" height="13"></TD>

<TD width="42%" align="center" >
<p align="left">&nbsp;<font size="2">Agregar Curriculum </font></TD>
<TD width="58%" align="right" valign="top" >
<p align="left">
<textarea name="curriculum" rows="4" class="areastexto"></textarea> </TD>

' Aqui es donde me llena hasta el primer ENTER que coloque. ..

<table width="30%" border="0" align="right" cellpadding="3" cellspacing="0">
<tr align="right">
<td width="45%">
<input name="boton" type="submit" class="botones" value="Guardar" align="center">
</TD>
<td width="16%"><input type="reset" name="boton3" value="Limpiar" align="center" class="botones">
</td></tr></table></TD></tr><tr>
<TD colspan="2" height="15" class="azulblocks" align="center"></TD></tr>
</table>
</form>

</TBODY></TABLE>
</HTML>