I need jsp function for search data(text) inside a html table. not a my sql table.
ex: inside a table "<table><tr><td>some text here</td></tr></table>" i have several text. i need jsp function to search one of the text and highlight it with the position where the word is.
or can u pls suggest the way of finding the text in a html table.
please help to solve this issue