> hey all,
> when i do a search on some sites when the results come back the word(s) i
> was looking for are highlighted.
>
> can someone tell me how that might be done.
I'd parse the HTML through a RegEx, replacing <word> with <b><word></b>...

Signature
http://www.markrae.net
rodchar - 15 Jun 2007 17:51 GMT
At what point would I do this at?
> > hey all,
> > when i do a search on some sites when the results come back the word(s) i
[quoted text clipped - 3 lines]
>
> I'd parse the HTML through a RegEx, replacing <word> with <b><word></b>...
Mark Rae - 15 Jun 2007 18:10 GMT
> At what point would I do this at?
http://west-wind.com/weblog/posts/481.aspx

Signature
http://www.markrae.net
rodchar - 17 Jun 2007 23:20 GMT
thanks Mark.
> > At what point would I do this at?
>
> http://west-wind.com/weblog/posts/481.aspx