Results 1 to 5 of 5

Thread: js search script?

  1. #1
    Join Date
    Jan 2007
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default js search script?

    anyone know where i can find a nice search script for my site? doesn't have to be js, but I'm sure that will work the best.

    Thanks!!

  2. #2
    Join Date
    Feb 2007
    Location
    England
    Posts
    254
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default

    Yeah, it called google.

    No, seriously.

    http://google.com/coop/docs/cse/faq.html

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Javascript can't do this (without using Ajax, and that would be very limited anyway, as well as hard and not compatible with many browsers/setups).

    You could write your own using PHP, either directly searching the server or using a database.

    However, this is a lot of work and would likely be fairly slow.

    If you have a speicfic thing you'd like to index, doing that with a mysql database and php would be workable, but for your whole site, probably too much work.

    Many sites use google, and I agree with Bob on this.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Jan 2007
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default

    Ok, ill take a look at my options. Thanks guys.

  5. #5
    Join Date
    Jan 2007
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default

    Well actually now that I think about it, maybe I'm not explaining this correctly.. what I need is a search that will do something like.. if you go and type in pricing, a link to the pricing page will show up... something like that...

    Sorry if that's not clear.


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
  •