Search Function Code in HTML
I am in the process of designing an application which will be run in IE or Firefox. It will be entirely offline and not on the web.
Part of the application needs to include a page with a search function to search a database of about 6000 keywords. I have the input box and the database completed but I cant seem to find the code to tie it all together.
I've searched various online manuals & tutorials but the closest I can find is the Google Search function which doesn't really suit my needs.
All I'm after is the code for a simple search function which will look up the word in list and drop the results on the same page
I want to try and make it work something like this:
Enter Keyword: xxxxx
Press "Search"
Search Results:
1
2
3
The user then clicks on the selection it loads the page with the rest of the details on it.
Can anyone point me in the right direction to find such code?
AS