FrontPage Search Engine alternative

G

Guest

Hello

I need to implement search capability for various web sites I support all of
which I use FrontPage to maintain. The built-in FP engine is not doing much
for me. Do you know of search engine alternatives I can use for my FP sites?
 
G

Guest

How 'bout the world famous Google?

<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="http://yourdomain.com"><br><input
type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch
value="http://yourdomain.com" checked>Your Domain<br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top