Ask a Question related to Dreamweaver AppDev, Design and Development.
-
-D- #1
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
-
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... -
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... -
#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... -
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... -
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... -
Paul Whitham TMM #2
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...can> I'm using ASP and want to implement a search functionality where a userstring> enter a string to search and find any matches in the website for thestored> they entered. I'm assuming that the string to be searched has to beSQL> 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 adatabase,> statement. So, unless the text from the page is populated from a> it cannot be searched? Is that correct?
>
> Thanks,
> -D-
>
>
Paul Whitham TMM Guest



Reply With Quote

