Log in

View Full Version : Simple Site Search



donflor
12-28-2007, 02:09 PM
:I'm looking for a simple internal site search in javascript that can accomodate less than 20 pages. Can anyone help? thanks in advance.:)

ddadmin
12-29-2007, 01:10 AM
If you mean a purely JavaScript search script, it would have to rely on a search engine such as Google for the search results (just limited to your site). See this script: http://www.javascriptkit.com/script/script2/multi_site_search.shtml

Truly internal site search scripts are server side based, such as PHP or CGI. They require installation and configuration depending on your server and how the site structure is set up.