Click to See Complete Forum and Search --> : Web Help Topic Search


SunBun
02-07-2003, 02:48 PM
I'm trying to design a web help system. I have two frames, the left navigates through the table of contents, and the right displays the information. I want to include a page which allows users to search for words that are throughout the help contents. The Index of "Contents and Index" in most recent Microsoft products is what I'm trying to accomplish. Does anyone have any suggestions? Thank you so much for your kindness!!

khalidali63
02-07-2003, 04:43 PM
One posible approach might be to create a list of key words with which you want to relate a help topic( assuming that a help topic might have its own html page).
Then create an array of those keywords and when user enter a word ,find a match in the array and from that array open the related help page,

Just an idea.

cheers

Khalid