What is Christianity Wiki

Jump to: navigation, search

Difference between revisions of "Teast"

(Replaced content with "<b>Bible Study Tools</b><font size="-2"> Powered by <a href="http://www.bible-history.com/">Bible History Online</a></font> <script language="JavaScript"> <!-- bho_your_...")
Line 1: Line 1:
<b>Bible Study Tools</b><font size="-2"> Powered by <a href="http://www.bible-history.com/">Bible History Online</a></font>
+
function add_naves() {
 +
return '<option value="naves">Naves Topical Bible' + "\n";
 +
}
  
<script language="JavaScript">
+
function add_eastons() {
<!--
+
return '<option value="eastons">Eastons Bible Dictionary' + "\n";
bho_your_logo="Enter your image location";
+
}
bho_your_name="Enter the name of your search page results";
+
 
// -->
+
 
</script>
+
function add_kjv() {
<script language="JavaScript" src="http://www.bible-history.com/tools/tools.js"></script>
+
return '<option value="kjv">King James Bible' + "\n";
 +
}
 +
 
 +
 
 +
function add_smiths() {
 +
return '<option value="smiths">Smith\'s Bible Dictionary' + "\n";
 +
}
 +
 
 +
function add_isbe() {
 +
return '<option value="isbe">Int\'l Bible Encyclopedia' + "\n";
 +
}
 +
 
 +
 
 +
 
 +
function display_bho_form() {
 +
var w = window;
 +
var frm = '<form name="frmNavesSearch" method="get" action="http://www.bible-history.com/tools/">' + "\n";
 +
frm += '<input value="search" type="submit" name="">&nbsp;';
 +
frm += '<input type="text" size="20" name="search_term">&nbsp;';
 +
if (window.bho_your_logo) {
 +
frm += '<input type="hidden" name="bho_your_logo" value="' + w.bho_your_logo + '">' + "\n";
 +
}
 +
 
 +
if (window.bho_your_name) {
 +
frm += '<input type="hidden" name="bho_your_name" value="' + w.bho_your_name + '">' + "\n";
 +
}
 +
 
 +
 
 +
frm += '<select name="tool">' + "\n";
 +
 
 +
 
 +
frm += add_kjv();
 +
frm += add_naves();
 +
frm += add_eastons();
 +
frm += add_smiths();
 +
frm += add_isbe();
 +
 
 +
frm += '</select>' + "\n";
 +
frm += '</form>' + "\n";
 +
 
 +
document.write(frm);
 +
}
 +
 
 +
display_bho_form();

Revision as of 01:03, 27 July 2015

function add_naves() { return '<option value="naves">Naves Topical Bible' + "\n"; }

function add_eastons() { return '<option value="eastons">Eastons Bible Dictionary' + "\n"; }


function add_kjv() { return '<option value="kjv">King James Bible' + "\n"; }


function add_smiths() { return '<option value="smiths">Smith\'s Bible Dictionary' + "\n"; }

function add_isbe() { return '<option value="isbe">Int\'l Bible Encyclopedia' + "\n"; }


function display_bho_form() { var w = window; var frm = '<form name="frmNavesSearch" method="get" action="http://www.bible-history.com/tools/">' + "\n"; frm += '<input value="search" type="submit" name=""> '; frm += '<input type="text" size="20" name="search_term"> '; if (window.bho_your_logo) { frm += '<input type="hidden" name="bho_your_logo" value="' + w.bho_your_logo + '">' + "\n"; }

if (window.bho_your_name) { frm += '<input type="hidden" name="bho_your_name" value="' + w.bho_your_name + '">' + "\n"; }


frm += '<select name="tool">' + "\n";


frm += add_kjv(); frm += add_naves(); frm += add_eastons(); frm += add_smiths(); frm += add_isbe();

frm += '</select>' + "\n"; frm += '</form>' + "\n";

document.write(frm); }

display_bho_form();