To place the following drop-down box on your Web site, simply copy-and-paste the source code below into your page, as explained.

Valuable Christian resources

SOURCE CODE:

1. Copy-and-paste this FIRST coding into the <HEAD> section of your page (anywhere between <HEAD> and </HEAD>)…

<script type="text/javascript">
<!-- begin
function formHandler(form){
var URL = form.site.options[form.site.selectedIndex].value;
window.location.href = URL;
// end -->
}
</script>


2. Copy-and-paste this SECOND coding into the <body> section of your page (NOT the <head>), at the location where you want the drop-down box to appear…

<form name="form"><font face="Sans-serif" size="-1">
Valuable Christian resources
<select name="site" size=1 onchange ="formHandler(this.form)">
<option value="">Select one…
<option value="https://ChristianAnswers.Net/">Christian Answers
<option value="https://ChristianAnswers.Net/bible/">Bible online & study tools
<option value="https://ChristianAnswers.Net/dictionary/">Bible encyclopedia
<option value="https://ChristianAnswers.Net/jesus/">About Jesus Christ
<option value="https://ChristianAnswers.Net/kids/">Kid Explorers
<option value="https://ChristianAnswers.Net/teens/">Teen Issues
<option value="https://ChristianAnswers.Net/gospel/">How to go to Heaven
<option value="https://ChristianAnswers.Net/spotlight/">Entertainment and movie reviews
<option value="https://ChristianAnswers.Net/menu-at1.html">Bible and Theology
<option value="https://ChristianAnswers.Net/archaeology/">Bible Archaeology
<option value="https://ChristianAnswers.Net/life/">Life Before Birth
<option value="https://ChristianAnswers.Net/creation/">Creation SuperLibrary
<option value="https://ChristianAnswers.Net/midimenu.html">Christian Background Music
<option value="https://ChristianAnswers.Net/godstory/">God’s Story Online
<option value="https://ChristianAnswers.Net/parenting/">Parenting help
<option value="https://ChristianAnswers.Net/love/">Sex, Love and Relationships
</select></font></form>

Copyright 2000, Films for Christ