Qualcosa del genere:
for i = 0 to ubound(Keyword)
if instr("http://", keyword(i)) > 0 Then
testo = testo
else
testo= Replace(testo, keyword(i), "<font color=red>"&keyword(i)&"</font>")
End if
next
![]()
Qualcosa del genere:
for i = 0 to ubound(Keyword)
if instr("http://", keyword(i)) > 0 Then
testo = testo
else
testo= Replace(testo, keyword(i), "<font color=red>"&keyword(i)&"</font>")
End if
next
![]()
Cavicchi Andrea
Problemi con javascript, jquery, ajax clicca qui