Log in

View Full Version : HELP! - Search within a list of terminology, similar to dictionary



MysteryStyle
03-31-2009, 07:31 AM
Please help. I am working on a website and I plan to have a list of common terminology relating the subject I am talking about. I have an overall search function for my website but I want to have a specific code for searching the terminology. Basically, if the user can type in the search term and go directly to that term within that page then that would be ideal.

It's almost like a small dictionary. It is useless if the user cannot type in the term they are looking for and see it.

Please let me know if there is HTML that can do this specific function.

Lpe04
04-01-2009, 02:05 AM
Not HTML. Javascript may be able to do something like this. HTML can only display information, you need a scripting language to run functions.

Cheers!