Free Bible Tools
Following are some free tools for searching the Blue Letter Bible that you can put on your own website or computer.
#search"> #search">Biblical Word and Phrase Search Tool
Searches the KJV Bible plus 6 Bible Dictionaries for any English Word.

#strongs"> #strongs">Strong's Number Search Tool
Searches a Hebrew/Greek Concordance plus a Lexicon, for any Strong’s Number.

#verses"> #verses">Verse Retrieval Tool
Searches KJV Bible (includes choice of whether to view Strongs Numbers or not).

“Bible Word Search” Tool
Features
  1. Searches the KJV of the Bible and returns a listing of all occurences of the English word. Up to 5 words allowed. Exact phrase search performed. Wildcard * at end of word allowed.

  2. Also searches the following Bible study helps: Nave’s Topical Bible, Torrey’s New Topical Textbook, Vine’s Dictionary of New Testament Words, Easton’s Bible Dictionary, the Thematic Subject Guide, and Hitchcock’s Bible Names Dictionary.

  3. Use of your own logo.

  4. By clicking on the logo of your choice, the user will go to a page of your own selection. It can be the page from where the search was called from, or another page of your choice.

  5. Choose your own colors for the resulting search page.
(Submitting a query through the following
form will require an internet connection.)
Phrase Search / Concordance
Words/Phrase To Search For
  
(e.g. Jesus faith love, or God of my salvation, or believ* ever*
Following is the actual “html” code for the “Bible Word Search” Tool. You can actually highlight the following and copy and paste into your own web page. The comments explain the customization codes which are shown in red.
								
<!-- BEGINNING OF CODE SNIPPET -->

<form action="http://www.blueletterbible.org/cgi-bin/words.pl" 
method="GET" > <!-- Place the URL of the WEB PAGE you are calling from from into the following "Value" --> <input value="http://www.blueletterbible.org/freeoffer.html" name="hr" type="hidden" > <!-- Place the URL of your LOGO into the following "Value" --> <input value="http://www.blueletterbible.org/gifs/your_logo.gif" name="icon" type="hidden" > <!-- Place the desired hexadecimal color value for your BACKGROUND into the following "Value" --> <input value="#FFFFFF" name="bgcolor" type="hidden" > <!-- Place the desired hexadecimal color code for your TEXT into the following "Value" --> <input value="#000000" name="textcolor" type="hidden" > <!-- Place the desired hexadecimal color code for LINKS into the following "Value" --> <input value="#39398c" name="linkcolor" type="hidden" > <!-- Place the desired hexadecimal color code for VISITED LINKS into the following "Value" --> <input value="0000FF" name="vlinkcolor" type="hidden" > <!-- Place into the following "Value" whether you desire the version which shows Strong's numbers "yes" = show Strongs numbers "no" = surpress Strongs numbers -> <input value="yes" name="show_strongs" type="hidden" > <div align="center">
<center> <table border="1" bordercolor="#000000" cellpadding="4"  cellspacing="0" width="450"> <tr> <td align="center" bgcolor="#39398c">   <b><font color="#FFFFFF">   Phrase Search / Concordance   </font></B> </td> </tr> <tr> <td>   <table style="border:0px" bordercolor="#000000" cellpadding="0"     cellspacing="0" align="center">   <tr valign="middle">   <td valign="top" align="center">     Words/Phrase To Search For     <input type="text" size="30" name="word">   </td>   <td valign="middle" align="center" nowrap rowspan="2">     <input type="image" style="border:0px"     src="http://www.blueletterbible.org/gifs/wordsearch.gif"     name="anything" width=82 height=32 alt="Word Seach" />   </td>   </tr>   <tr valign="middle">   <td valign="top" align="center">     <font size="2">(e.g. <B>Jesus faith love</B>,     or <B>God of my salvation</B>,     or <b>believ* ever*</b>)     </font>   </td>   </tr>   </table> </td> </tr> </table> </center> </div> </form> <!-- END OF CODE SNIPPET -->

“Strong’s Search” Tool
Features
  1. Searches the Bible and returns a listing of all occurences of the Strong's Number, displaying a KJV Bible, annotated with Strong's Numbers next to each English word.

  2. Displays a Lexicon definition for each Strong's number.

  3. User must select either a Greek Strong's Number or a Hebrew Strong's Number.

  4. Use of your own logo.

  5. By clicking on the logo of your choice, the user will go to a page of your own selection. It can be the page from where the search was called from, or another page of your choice.

  6. Choose your own colors for the resulting search page.
(Submitting a query through the following
form will require an internet connection.)
Enter a
Strong's Number
e.g. 2424 Greek

Hebrew
Greek
Following is the actual “html” code for the “Strong’s Number Search” Tool. You can actually highlight the following and copy and paste into your own web page. The comments explain the customization codes which are shown in red.
								

<!-- BEGINNING OF CODE SNIPPET -->

<form action="http://www.blueletterbible.org/cgi-bin/strongs.pl"
 method="GET" >

 <!-- Place the URL of the WEB PAGE you are
     calling from from into the following "Value" -->
 <input
  value="http://www.blueletterbible.org/freeoffer.html"
  name="hr"
  type="hidden" >


 <!-- Place the URL of your LOGO into the following "Value" -->
 <input
  value="http://www.blueletterbible.org/gifs/your_logo.gif"
  name="icon"
  type="hidden" >

 <!-- Place the desired hexadecimal color value for your
     BACKGROUND into the following "Value" -->
 <input
  value="#FFFFFF"
  name="bgcolor"
  type="hidden" >


 <!-- Place the desired hexadecimal color code for your
     TEXT into the following "Value" -->
 <input
   value="#000000"
   name="textcolor"
   type="hidden" >


 <!-- Place the desired hexadecimal color code for
     LINKS into the following "Value" -->
 <input
   value="#39398C"
   name="linkcolor"
   type="hidden" >


 <!-- Place the desired hexadecimal color code for
     VISITED LINKS into the following "Value" -->
 <input
   value="#0000FF"
   name="vlinkcolor"
   type="hidden" >

<div align="center">
<center>
<table border="1" cellspacing="0" cellpadding="5"
  bordercolor="#000000" width="340">
<tr>
<td align="center" bgcolor="#39398c" width="130">
   <font color="#FFFFFF">
   <b>Enter a<br />Strong's Number<br />
   e.g. 2424 Greek</b>
   </font>
</td>
<td align="center">
   <table style="border:0px">
   <tr>
   <td><input type="text" size="4"
     name="strongs"><br />
     <b>Hebrew</b><input
     type="radio" name="language" value="H" checked><br />
     <b>Greek</b><input  type="radio"
     name="language" value="G">
   </td>
   <td>
     <input type="image" style="border:0px"
     src="http://www.blueletterbible.org/gifs/wordsearch2.gif"
     hspace="10" name="anything" alt="Word Search" />
   </td>
   </tr>
   </table>
</td>
</tr>
</table>
</center>
</div>
</form>

<!-- END OF CODE SNIPPET -->

						
							

"Verse Retrieval" Tool
Features
  1. Retrieves a range of verses from the KJV Bible.

  2. Ability to easily return an entire chapter, a range of verses, or a single verse. Currently limited to verses within a single chapter.

  3. Use of your own logo.

  4. By clicking on the logo of your choice, the user will go to a page of your own selection. It can be the page from where the search was called from, or another page of your choice.

  5. Choose your own colors for the resulting page showing the verses.
BookChapterVerse Range
All Verses
Or Start: End:
Show Strongs Numbers:
Following is the actual “html” code for the “Retrieve Bible Verses” Tool. You can actually highlight the following and copy and paste into your own web page. The comments explain the customization codes which are shown in red.
<!-- BEGINNING OF CODE SNIPPET -->

<form action="http://www.blueletterbible.org/cgi-bin/tools/get_verses.pl"
method="GET" >

 <!-- Place the URL of the WEB PAGE you are
     calling from from into the following "Value" -->
 <input
  
  value="http://www.blueletterbible.org/freeoffer.html"
  name="hr"
  type="hidden" >


 <!-- Place the URL of your LOGO into the following "Value" -->
 <input
  
  value="http://www.blueletterbible.org/gifs/your_logo.gif"
  name="icon"
  type="hidden" >

 <!-- Place the desired hexadecimal color value for your
     BACKGROUND into the following "Value" -->
 <input
  value="#FFFFFF"
  name="bgcolor"
  type="hidden" >


 <!-- Place the desired hexadecimal color code for your
     TEXT into the following "Value" -->
 <input
   value="#000000"
   name="textcolor"
   type="hidden" >


 <!-- Place the desired hexadecimal color code for
     LINKS into the following "Value" -->
 <input
   value="#39398C"
   name="linkcolor"
   type="hidden" >


 <!-- Place the desired hexadecimal color code for
     VISITED LINKS into the following "Value" -->
 <input
   value="#0000FF"
   name="vlinkcolor"
   type="hidden" >

<div align="center"><center>
<table border="1" cellspacing="0" cellpadding="5"
  bordercolor="#000000" width="340">
<tr>
<td align="center" bgcolor="#39398c">
  <font color="#FFFFFF">
  <b>Book</b></font>
</td>
<td align="center" bgcolor="#39398c">
  <font color="#FFFFFF">
  <b>Chapter</b></font>
</td>
<td align="center" bgcolor="#39398c" colspan="4">
  <font color="#FFFFFF">
  <b>Verse Range</b></font>
</td>
</tr>
<tr>
<td><SELECT  NAME="Book" >
<OPTION Value= "Gen" Selected >Genesis
<OPTION Value= "Exd" >Exodus
<OPTION Value= "Lev" >Leviticus
<OPTION Value= "Num" >Numbers
<OPTION Value= "Deu" >Deuteronomy
<OPTION Value= "Jos" >Joshua
<OPTION Value= "Jdg" >Judges
<OPTION Value= "Rth" >Ruth
<OPTION Value= "1Sa" >1 Samuel
<OPTION Value= "2Sa" >2 Samuel
<OPTION Value= "1Ki" >1 Kings
<OPTION Value= "2Ki" >2 Kings
<OPTION Value= "1Ch" >1 Chronicles
<OPTION Value= "2Ch" >2 Chronicles
<OPTION Value= "Ezr" >Ezra
<OPTION Value= "Neh" >Nehemiah
<OPTION Value= "Est" >Esther
<OPTION Value= "Job" >Job
<OPTION Value= "Psa" >Psalms
<OPTION Value= "Pro" >Proverbs
<OPTION Value= "Ecc" >Ecclesiastes
<OPTION Value= "Sgs" >Song of Songs
<OPTION Value= "Isa" >Isaiah
<OPTION Value= "Jer" >Jeremiah
<OPTION Value= "Lam" >Lamentations
<OPTION Value= "Eze" >Ezekiel
<OPTION Value= "Dan" >Daniel
<OPTION Value= "Hsa" >Hosea
<OPTION Value= "Joe" >Joel
<OPTION Value= "Amo" >Amos
<OPTION Value= "Oba" >Obadiah
<OPTION Value= "Jon" >Jonah
<OPTION Value= "Mic" >Micah
<OPTION Value= "Nah" >Nahum
<OPTION Value= "Hab" >Habakkuk
<OPTION Value= "Zep" >Zephaniah
<OPTION Value= "Hag" >Haggai
<OPTION Value= "Zec" >Zechariah
<OPTION Value= "Mal" >Malachi
<OPTION Value= "Mat" >Matthew
<OPTION Value= "Mar" >Mark
<OPTION Value= "Luk" >Luke
<OPTION Value= "Jhn" >John
<OPTION Value= "Act" >Acts
<OPTION Value= "Rom" >Romans
<OPTION Value= "1Cr" >1 Corinthians
<OPTION Value= "2Cr" >2 Corinthians
<OPTION Value= "Gal" >Galatians
<OPTION Value= "Eph" >Ephesians
<OPTION Value= "Phl" >Philippians
<OPTION Value= "Col" >Colossians
<OPTION Value= "1Th" >1 Thessalonians
<OPTION Value= "2Th" >2 Thessalonians
<OPTION Value= "1Ti" >1 Timothy
<OPTION Value= "2Ti" >2 Timothy
<OPTION Value= "Tts" >Titus
<OPTION Value= "Phm" >Philemon
<OPTION Value= "Hbr" >Hebrews
<OPTION Value= "Jam" >James
<OPTION Value= "1Pe" >1 Peter
<OPTION Value= "2Pe" >2 Peter
<OPTION Value= "1Jo" >1 John
<OPTION Value= "2Jo" >2 John
<OPTION Value= "3Jo" >3 John
<OPTION Value= "Jud" >Jude
<OPTION Value= "Rev" >Revelation
</SELECT>
</td>
<td align="center">
  <input type="Text" value="1" name="Chapter" size="3">
</td>
<td align="center">
  <b>All Verses</B>
  <input  type="checkbox" name="show_all" checked>
  <br />
</td>
<td>
  <b><i>Or</i></b>
</td>
<td>
  <b>Start: </b>
  <input type="text" value="1" name="Start" size="3">
</td>
<td>
  <b>End: </b>
  <input type="text" value="1" name="End" size="3">
</td>
</tr>
<tr align="center">
<td align="center" bgcolor="#39398c" colspan="6">
  <font color="#FFFFFF">
  <b>Show Strongs Numbers:</b>
  <input  type="checkbox" name="show_str">
</td>
</tr>
<tr>
<td colspan=6 align="center">
  <input type="image" style="border:0px"
  src="http://www.blueletterbible.org/gifs/versesearch2.gif"
  hspace="10" name="anything" alt="Word Search" />
</td>
</tr>
</table>
</center>
</div>
</form>

<!-- END OF CODE SNIPPET -->