|
Script Introduction
This script will show a drop down box that can be used for navigation through your web site.
It uses an image to click instead of a form button.
Cut and Paste Code: BODY Section
This code should be placed between the <body> and </body> tags.
Installation Instructions
-
Paste the BODY Section code from above between the <body> and </body> tags on your page,
exactly where you want the drop box to appear.
-
Find the matching lines below in the script and change the text in red to
the URLs and text you wish to use:
<option selected value="http://place.com/page1.htm">Page 1</option>
<option value="http://place.com/page2.htm">Page2</option>
<img src="http://someplace.com/your_image.gif" border="0" alt="Go!" /></a>
-
Check the Format Window
to be sure you do not have one single line of code, or too many line breaks in the code.
Example
A working sample of the script is shown below.
Link 1
Link 2
|