Custom Search
To include a search form on your webpage that will allow users to conveniently search for bible quotes, and give them another reason to remember your site, copy and paste the following code into your webpage where you want the search form to appear:
<form action="http://online-bibleconcordance.com/ display.aspx" method="get">
<input name="SearchType" type="hidden" value="smart" />
<input name="Method" type="hidden" value="AllWords" />
<table>
<tr>
<td colspan="2">Search the King James Bible</td>
</tr>
<tr>
<td><input name="search" type="text" /></td>
<td><input type="submit" value="Search" /></td>
</tr>
<tr>
<td colspan="2" style="font-size: smaller">At: <a href="http://online- bibleconcordance.com">online-bibleconcordance.com</a></td>
</tr>
</table>
</form>
That will create a form that looks similar to this:
You are free to change the html of the form as you see fit, as long as you retain the link and/or give us credit and include the link somewhere else on the page.
|