Add a TNIV Bible Search to Your Web Site

Now you can provide a Bible search form on your own web site.

How Does This Work?
We provide a few simple lines of HTML code that you can add anywhere on your web page (see skill level notice below). This HTML code displays a form that links to the TNIV search features.

Skill Level Required: Intermediate.
- You should be knowledgeable in HTML and how forms work. You must be able to work in HTML or code mode to insert the HTML code into your web browser.

Standard Use Notice: By accessing the following code, the user agrees that this service is provided 'as is' and without expressed or implied warranty [more: disclaimer and privacy notice].


TNIV Bible Search Form Example
Combined Passage and Word Search

Passage Keyword

Code for TNIV Bible Search Form
Copy and paste the following code into your HTML document. You must be viewing the HTML code to properly insert this html form within your page.

<p><b>Search the TNIV Bible</b><br />
<form action="http://www.tniv.info/bible/form/search_header.php" method="get" target="_blank">
<input name="headersearch_request" type="text" id="headersearch_request" onfocus="if(this.value=='TNIV Bible Search'){this.value='';}" onblur="if(this.value==''){this.value='TNIV Bible Search';}" value="TNIV Bible Search" size="17" />
<input type="submit" name="Submit" value="Go"><br />
<input name="headersearch" type="radio" value="passage" id="headersearch" checked>Passage
<input name="headersearch" type="radio" id="headersearch" value="word">Keyword
</p>
</form>