Results 1 to 2 of 2

Thread: Simple Site Search

  1. #1
    Join Date
    Dec 2007
    Location
    Philippines
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Simple Site Search

    :I'm looking for a simple internal site search in javascript that can accomodate less than 20 pages. Can anyone help? thanks in advance.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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/...e_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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •