Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

search feature with dreamweaver template

Community Beginner ,
May 23, 2009 May 23, 2009

I'm building a site with products ids, I need to include a search feature that can find a specific product within the site. I found a template in Dreamweaver that includes the search form. How can I learn how to make it work? Is there any script out there for this? Thank you

TOPICS
Server side applications
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2009 May 25, 2009

Search is a server-side thing or something based on a pre-fab XML/ JavaScript that holds the indices and keywords. A input field named search in any form doesn't mean anything if the logic behind is missing. Depending on what you are looking for, something like this may get you started: http://www.wrensoft.com/zoom/. For more complex stuff, you will have to use PHP or other server languages or rely on Google...

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 25, 2009 May 25, 2009

Thank you. It looks that this site you gave has all the answers, really good place to start

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2009 May 25, 2009
LATEST

Good luck!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2009 May 25, 2009

Try starting with this article.  As suggested, you will need to use server scripting to accomplish the task you need.

http://www.adobe.com/devnet/dreamweaver/articles/develop_web_application.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines