Click to See Complete Forum and Search --> : How to make search engine


flawlesstwins
10-20-2006, 09:05 PM
This is just a questin, probably way out of my league. But what is it called when you have a search engine within your website where someone could enter keywords and bring up links to get to that page on your site. Just like a yahoo search engine. Is it possible in flash? If so is there a way to read up on how to do this or books on it. Would i have to make a database?

jasondmce
10-21-2006, 11:03 AM
You can use a database but you can also use a simple javascript, especially if you don't have a ton of pages. I found one one time on javascript.com

Moridin
10-22-2006, 07:10 AM
A client-side search engine would be a mess. Try a server-side if you have the possibilities. Otherwise, simply use an extenal search engine.

http://www.google.com/searchcode.html

- Moridin