GEN-MARKET-L Archives
Archiver > GEN-MARKET > 1999-11 > 0941664833
From: "A. Lee Everton" <>
Subject: Add easy book search to your website
Date: Wed, 03 Nov 1999 14:33:53 -0700
Hello,
I would like to invite you to place a free genealogy book search on
your website for your visitors to use. I have included the .html code
to do a search for a locality and a surname. This would allow your
visitors to find additional resources to further their genealogy
efforts. I believe that this would be a valuable addition for your
visitors.
All you need to do is cut and paste the following code in the proper
location on your webpage. Our site (www.everton.com) does the
searching, and will show the results on your visitors screen. This
database includes 45,000 genealogy books comprised of: family
histories, military compendiums, cemetery compendiums, county books,
etc.
This is a great resource that we would like people to use to help them
find their ancestors. The code creates a small search screen that can
easily be integrated into your present webpage design.
(Sample is located at http://www.everton.com/partners/locbook.htm)
To go along with this search, I have included a URL for a small graphic
that can be displayed, so that people will know that you offer the
"Genealogy Book Search" capability.
As I mentioned, this is a free service that we are providing from
Everton Publishers, Inc. to help people interested in pursuing their
roots. I do ask one thing in return: Please send me an e-mail
() to let me know that you are going to include this
search capability on your website.
If you decide that you would not like to provide this free service, I
appreciate the time you have taken to read this message.
Thank you,
Lee Everton,
Publisher
****
HTML CODE is BELOW
Small Graphic:
<a href="http://www.everton.com/partners/genbksrch.htm">
<img src="http://www.everton.com/partners/images/bksrch.gif"
alt="Genealogy Book Search"></a>
****
Search Routine:
<!--Begin Find by Locality-->
<table width=36% border=0>
<th colspan=3 bgcolor="FFCC99"><font size=2>FIND GENEALOGY
BOOKS</font></th>
<tr><td width=100 bgcolor="9999FF">
<FORM METHOD="POST"
ACTION="http://emh.everton.com/cgi-shl/cgiwinefd.exe">
<center>
<font size=2><b>Search by<br>State/Country:</b><br> <input type="text"
name="locality" size="15"></font>
<INPUT NAME="database" VALUE="epicard1" TYPE="hidden">
</td>
<td><center><font size=3><b>AND/OR</b></font></center></td>
<td bgcolor="9999FF"><FORM METHOD="POST"
ACTION="http://emh.everton.com/cgi-shl/cgiwinefd.exe">
<center>
<font size=2><b>Search by<br> Last Name:</b><br><input type="text"
name="surname" size="10"></font>
<INPUT NAME="database" VALUE="epicard1" TYPE="hidden"><br>
</td></tr>
<th colspan=3 bgcolor="FFCC99"><center><INPUT TYPE=SUBMIT
VALUE="FIND"><INPUT TYPE=RESET VALUE="Clear"><br>
<font size=2><i>Provided by:</i> <a
href="http://www.everton.com/genealogy/helper/"><b>Everton's
Genealogical Helper</b></a></font>
</center>
</form>
</th>
</table>
<!--End Find by Locality-->
<br>
This thread:
| Add easy book search to your website by "A. Lee Everton" <> |