website search functionality

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default website search functionality

    I'm using ASP and want to implement a search functionality where a user can
    enter a string to search and find any matches in the website for the string
    they entered. I'm assuming that the string to be searched has to be stored
    in a database? You can't just search text within a page that is static,
    correct? The string has to be passed as a variable to be used within a SQL
    statement. So, unless the text from the page is populated from a database,
    it cannot be searched? Is that correct?

    Thanks,
    -D-


    -D- Guest

  2. Similar Questions and Discussions

    1. yahoo search on my website
      Hi, My website only works when the name of the main page is default(in my case) or index. When I do a Yahoo search on my own website the name that...
    2. Search Function on Website
      Hi All, I wish to add a search function on the menu bar for users to search MY site, not a Google or other search engine link. I was going to...
    3. #25786 [NEW]: PHP website uses cookies to remember last search phrase in search box
      From: tipsen at imada dot sdu dot dk Operating system: - PHP version: Irrelevant PHP Bug Type: Unknown/Other Function Bug...
    4. add a quick search functionality in ASP or ASP.NET page
      I want to add a "quick search" functionality in ASP or ASP.NET page. I heard we can use Microsoft Indexing Service to accomplish the task, but not...
    5. website search
      Hi, I'm trying to nicely display the results of a search but some results are longer than others in length. Is there a way of only displaying the...
  3. #2

    Default Re: website search functionality

    Using a simple search then you are correct that only content within the
    database can be searched. If you have access to the server you can use
    Microsoft Index Server to create an index of page content and this can be
    searched against. There is an article on [url]www.4guysfromrolla.com[/url] on how to do
    it.

    If the site is small the other alternative is something like a free search
    engine from someone like [url]www.atomz.com[/url]

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "-D-" <noone@nospam.com> wrote in message
    news:d6rats$qcc$1@forums.macromedia.com...
    > I'm using ASP and want to implement a search functionality where a user
    can
    > enter a string to search and find any matches in the website for the
    string
    > they entered. I'm assuming that the string to be searched has to be
    stored
    > in a database? You can't just search text within a page that is static,
    > correct? The string has to be passed as a variable to be used within a
    SQL
    > statement. So, unless the text from the page is populated from a
    database,
    > it cannot be searched? Is that correct?
    >
    > Thanks,
    > -D-
    >
    >

    Paul Whitham TMM Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139