Results 1 to 2 of 2

Thread: site search
      
   

  1. #1
    local-shoppers is offline Sergeant
    Join Date
    Dec 2008
    Posts
    29

    Question site search

    Is there a video tutorial or a written one that explains how to create a site search feature on the home page of a web site? I would like viewers to be able to type in a key word and then be directed to a links page that would contain pages within the site containing those keywords. Kind of like how google works.

    Is this a reach or is this a fairly simple thing to do?

    Thanks

  2. #2
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: site search

    Google does have a site search feature, add a form to your page, click the form wizzard, select Google site search. I named the form site search, Action = http://www.google.com/search
    Method = get
    Encoding = multipart/form-data
    Do not check the built in form processor or edit any of those fields under it.
    In the hidden fields area you will need to add two fields, first click add and for the name enter domains, value enter your website address (www.yoursite.com) then click add, name is sitesearch, value is agian your web site address. save and publish.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49