Tema: Textarea
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/08/2003, 10:30
Avatar de gperdomo
gperdomo
 
Fecha de Ingreso: marzo-2002
Ubicación: Caracas
Mensajes: 184
Antigüedad: 23 años, 2 meses
Puntos: 0
Textarea

Estoy utilizando este código para validar el contenido que tiene el tab de TEXTAREA; pero el texto sale todo corrido, creo que no estoy haciendo algo bien


help me



Código:

strBody = "<HTML>" & _
     			"<HEAD></HEAD>" & _
     			"<BODY>" & _
    			"<table width=""77%"" border=""0"" cellspacing=""0"" cellpadding=""0"">" & _
				"<tr>" & _
				"	<td> " & _
				"		<img src=""http://intra/site/boletines/formatos/ERPTeamEncabezado.jpg"" width=""550"" height=""200"">" & _
				"	</td>" & _
				"</tr> " & _
				"<tr>" & _
				"	<td width=""93"">" & replace(replace(request.form("contenido")," ","&nbsp;"),chr(13),"<br>") & "</td>" & _
    
				"</tr>" & _
				"<tr>" & _
					"<td> " & _
						"<img src=""http://intra/site/boletines/formatos/ERPTeamPie.jpg"" width=""550"" height=""50""> " & _
					"</td> "& _
				"</tr>" & _
				"</table>" & _		
			 	"</BODY>" & _
    			"</HTML>"
__________________
gperdomo.-