Hi Gurus,
I am doing one website project that project contains one search module.
In that search page i have entered the keyword to search.
If i want to search the keyword with "any keyword" or "all keyword" after searched the records are showed. what i expecting is i want to hightlight the all keyword in that page with case insensitive.
I am doing that concept in jsp page and sql server.
example for any keyword: internal medicine
example for all keyword: virology and hepatology
How can i highlight the keywords in jsp?
thanks in advance.
V. Prasath
I am doing one website project that project contains one search module.
In that search page i have entered the keyword to search.
If i want to search the keyword with "any keyword" or "all keyword" after searched the records are showed. what i expecting is i want to hightlight the all keyword in that page with case insensitive.
I am doing that concept in jsp page and sql server.
example for any keyword: internal medicine
example for all keyword: virology and hepatology
How can i highlight the keywords in jsp?
thanks in advance.
V. Prasath
Comment