
25/04/2007, 15:01
|
 | Colaborador | | Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses Puntos: 27 | |
Re: Buscador: palabra resaltada en los resultados proba asi
texto_split = split(StringTEXTO," ")
for I = 0 to ubound(texto_split)
StringTEXTOs = replace(StringTEXTO, texto_split(I), "<strong><font color=#185ec7>" & texto_split(I) & "</font></strong>")
next
response.Write(StringTEXTOs)
suerte
__________________ JuanRa Pérez
San Salvador, El Salvador |