Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Web Site - Search Engine Hardware Software

Mar 3, 2005 10:53PM PST

We are a small non profit, we host our e-mail (Novell/Groupwise) on our LAN, but we outsource our website design and host to another company, their server. We would like to put "search" capabilities on the web site, they would put it on their server. Does any one know what hardware software can be had. We checked "Google Mini" equipment but it would cost 7,500 over two years, a bit more than we had hoped for, any suggestions?

Discussion is locked

- Collapse -
(NT) (NT) No hardware, just an html code in your website
Mar 4, 2005 5:10AM PST
- Collapse -
Web Site - Search Engine Hardware
Mar 4, 2005 5:33AM PST

Don't understand your message, I know it is easy to create a "Search" box but what powers the search?

- Collapse -
(NT) (NT) Let's google do the job...
Mar 4, 2005 5:45AM PST
- Collapse -
Try this
Mar 4, 2005 5:56AM PST

modify as you like, such as: Removing format (center etc.), Search box size and background color..


<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" <br>border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value="en">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

- Collapse -
Will Forward to Web Designer
Mar 7, 2005 4:32AM PST

Thanks, I will forward this to our web designer.