Skip HTML Tags while searching

  • Thread starter Thread starter anand
  • Start date Start date
A

anand

Hello Group ,
I am making a search programe in which i have to make a search in an HTML
document .Now i am having entire html code in a field of table where i
search.Now my issue is that i want to avoid searching of html tags like
<td>, <tr> etc, i.e. when user searches these tags i wand to display no
results , is there any way i can skip these html specific tags
programatically.

Thanks

Anand
 
anand said:
I am making a search programe in which i have to make a search in an HTML
document .Now i am having entire html code in a field of table where i
search.Now my issue is that i want to avoid searching of html tags like
<td>, <tr> etc, i.e. when user searches these tags i wand to display no
results , is there any way i can skip these html specific tags
programatically.

What do you search and how? Giev us more info or even a small sample.
 
Back
Top