
03/05/2005, 13:52
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 11 meses Puntos: 5 | |
que te parece asi??
asi yo lo hice para mi site y me funciona perfectamente....
saludos
Código:
resalte=request.form("criterio")
texto=split(resalte, " ")
mensaje = rs2.fields("Mensaje")
for I = 0 to ubound(texto)
mensaje = replace(mensaje, texto(I), "<strong><font color=#ff0000>" & texto(I) & "</font></strong>")
next
response.write(mensaje)
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |