Here is my requirement:
I have some HTML files in my Server, and a master HTML file containing Search Textbox and Submit button. User will be entering a keyword in that Textbox, if the word exists, it must show that word highlighted and the URL where it is present. Else display word not found.
Thanks in advance...