Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/01/2007, 14:45
tocalasam
 
Fecha de Ingreso: julio-2003
Ubicación: Barcelona
Mensajes: 142
Antigüedad: 20 años, 7 meses
Puntos: 1
update registros en textarea

me encontrare que al pasar los datos par modificar no tengo problema siempre que ponga input text, pero tengo campos memo que quiero mostrar para modificar en textarea, pero no hay manera

¿alguien me puede ayudar?
ejemplo:

<form name="form" method="post" action="update_entryproduct.asp">

<input type="hidden" name="ID" value="<% = rsGuestbook("ID") %>">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="86%" id="AutoNumber1" bgcolor="#999966">
<tr>
<td width="58%" align="center"><font face="Verdana" size=2 ><B>Modelo</b></font></td>
<td width="50%"><font face="Verdana" size=3 ><B>
<input type="text" name="modelo" maxlength="200" value="<% = rsGuestbook("modelo") %>" size="40" style="font-size: 8pt"></b></font></td>
</tr>


</tr>
</table>
</center>
</div>
<p align="center">
<input type="submit" name="Submit" value="Submit"> </p>
</form>