Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 14th, 2005, 05:53 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default search engine

hey guys i am very stuck at the moment and wanted to find out if anyone would have code for a search engine, for use on a small site. it is not a drop down menu, because i already have that, but the one that searches for key words when a user types them out. e.g. google search.
thanx

 
Old February 2nd, 2005, 09:53 PM
Friend of Wrox
 
Join Date: Dec 2003
Posts: 488
Thanks: 0
Thanked 3 Times in 3 Posts
Default

the quickest way to use google:

<form action="http://google.com/search" name=f>
    <input maxLength="256" size="55" name="q" value="">
    <input type=submit value="Search" name="btnG"> <br>
    <input type=radio name=sitesearch value="">Search the web
    <input type=radio name=sitesearch value="yoursite.com" checked>Search Site
</form>

obviously you want to replace the yoursite.com with your actual url ;)

Otherwise I hear htdig is pretty good http://www.htdig.org/

--
Don't Stand on your head - you'll get footprints in your hair. http://charlieharvey.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
search engine raaj Beginning PHP 1 August 1st, 2007 06:52 AM
Search Engine for Full-text Search Kala ASP.NET 1.0 and 1.1 Professional 2 August 29th, 2004 02:16 AM
Search engine that search through local drive! wenzation Classic ASP Basics 0 August 26th, 2003 09:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.