Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding a search bar

Status
Not open for further replies.

ghostinzman

Vendor
Joined
Mar 21, 2005
Messages
87
Location
US
I am having issues adding a search bar. I have the script it needs to point to, but I am kind of stuck. I tried cutting and pasting the HTML code from the search bar provided by my web hosting company, but that didn't work for some reason. Anyone have any ideas? I would like a small search bar in the top of the page.
 
Search what? What code? What host?

Cheech

[Peace][Pipe]
 
I just want to add a site search bar so people can search for information on my web site.
 
What are they searching? A database? Can you post the code that you have.

Cheech

[Peace][Pipe]
 
here is the code used by the current search bar.
If you want to look at anything else, the address is
Thanks for your help.

<div align="center">
<FORM ACTION="/cgi-bin/search/search.pl" METHOD="POST">

<B>Enter your keywords:</B>
<INPUT TYPE="text" SIZE="30" NAME="keywords" MAXLENGTH="80">
<P>
<INPUT TYPE=checkbox NAME="exact_match">
Exact Match Search

<HR>
<CENTER>
<INPUT TYPE="SUBMIT" VALUE="Submit keywords">
<INPUT TYPE="RESET" VALUE="Clear this form">

</CENTER>
</FORM>
</div>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top