To include our standard search form and graphic on your webpage, follow
the instructions below.
Obtain the Graphic Image:
Click on the Interlinear Bible Search graphic just above and a new page will open with just the graphic. Save this image by going to your browser's 'File' menu and clicking on 'Save As' and saving it to the directory of your choice. Then upload this to the directory on your website containing the page with our search code.
Obtain the Search Code:
Highlight the code below starting with:
<!-- SearchGodsWord.org Interlinear Search Code -->
and ending with:
<!-- End of SearchGodsWord.org Interlinear Search Code -->.
Then copy the code from your browser, using your browser's 'Copy' menu item, and paste into the HTML editing program used to create your webpages, using that program's 'Paste' menu item. After saving your page and uploading it to the server where your pages reside, you should check to make sure the form is displaying properly.
If have tried this and cannot make the page display correctly, send an email to webmaster@searchgodsword.org with the web address of your viewable page. You should receive a response within 1-2 business days.
<!-- SearchGodsWord.org Interlinear Search Code -->
<!-- Version 1.0 -->
<!-- Language Code = "en" -->
<!-- Type = "Standard" -->
<FORM ACTION="http://www.SearchGodsWord.org/isb/bible.cgi" METHOD="get" NAME="isbsearch">
<TABLE BORDER=1 RULES="none" BGCOLOR=#FFFFFF BORDERCOLOR=#c0c0c0 cellPadding=8 cellSpacing=0>
<TR><TD ALIGN=center COLSPAN=2><A HREF="http://www.SearchGodsWord.org/isb/">
<IMG SRC=interlinear_search.gif HEIGHT=40 WIDTH=338 BORDER=0></A></TD></TR>
<TR>
<TD align=right vAlign=top><P><B><FONT FACE="Verdana, Arial, Geneva" size=2>
Search for:</FONT></B></P></TD>
<TD><INPUT name=query><BR>
<FONT FACE="Verdana, Arial, Geneva" SIZE="1">Search for keyword or scripture<BR>
reference (ex. John 3:16). </FONT></TD>
</TR>
<TR>
<TD align=right><FONT FACE="Verdana, Arial, Geneva" size=2><B>Section:</B></FONT></TD>
<TD><SELECT NAME=section>
<OPTION VALUE="0" SELECTED>Whole Bible
<OPTION VALUE="1">-----------------------
<OPTION VALUE="1" >Old Testament
<OPTION VALUE="2" >New Testament
<OPTION VALUE="3">----------------------
<OPTION VALUE="3" >Books of Law
<OPTION VALUE="4" >Books of History
<OPTION VALUE="5" >Books of Wisdom
<OPTION VALUE="6" >Major Prophets
<OPTION VALUE="7" >Minor Prophets
<OPTION VALUE="8" >The Gospels
<OPTION VALUE="9" >Pauline Epistles
<OPTION VALUE="10" >General Epistles
<OPTION VALUE="11" >Apocalyptic Books
</SELECT></TD>
</TR>
<TR>
<TD vAlign="top" align=right><B>
<FONT FACE="Verdana, Arial, Geneva" size=2>Translation:</FONT></B></TD>
<TD><SELECT NAME="it">
<OPTION VALUE="kjv" SELECTED>KJV Strong's Version
<OPTION VALUE="nas" >NAS Strong's Version
</SELECT></TD>
</TR>
<TR>
<TD align=right> </TD>
<TD><FONT FACE="Verdana, Arial, Geneva" SIZE=1><B>
Old Testament Source</B><BR>
<input type="radio" name="ot" value="bhs" Checked>Biblia Hebraica Stuttgartensia (BHS)<BR>
<input type="radio" name="ot" value="lxx" >Septuagint (LXX)</FONT></TD>
</TR>
<TR>
<TD align=right> </TD>
<TD><FONT FACE="Verdana, Arial, Geneva" SIZE=1><B>
New Testament Source</B><BR>
<input type="radio" name="nt" value="na" Checked>Nestlé-Aland 26 Greek Text<BR>
<input type="radio" name="nt" value="tr" >1894 Textus Receptus<BR>
<input type="radio" name="nt" value="byz" >1991 Byzantine Greek Text</FONT></TD>
</TR>
<TR>
<TD align=right> </TD>
<TD><INPUT NAME="Enter" TYPE="submit" VALUE="Perform Search"></TD>
</TR>
</TABLE>
</FORM>
<!-- End of SearchGodsWord.org Interlinear Search Code -->