Verse Tags
The Verse tags are used when you want to display a verse on an HTML Page.
When you use the verse tag, Be_Bible will display the entire chapter the verse is in, and it
will highlight the verse that was pass into BE_bible.
When calling books with numbers or spaces in the name,
(ie: 2 Kings, Song of Solomon),
you must replace the spaces with an underscore character "_".
(ie: 2_Kings, Song_of_Solomon)
Verse Lookup Form
The following HTML in the text box below will create a basic verse lookup form. Copy and Paste the
code into an HTML page. Make sure you set the correct path to the be_bible.cgi script. You will then
have a simple verse lookup form.
Bible Search Form
The following HTML in the text box below will create a basic bible search form. Copy and Paste the
code into an HTML page. Make sure you set the correct path to the be_bible.cgi script. You will then
have a simple bible search form.
Note:
If you have renamed your CGI program be_bible.cgi so it is
compatible with your server, just change be_bible or be_bible.cgi above to
be_bible.pl.