Create a Drop Down Redirection MenuSteps: Copy the code at the bottom of this page and paste it into Notepad. Make corrections for the choices you want according to the instructions below. Then copy the code from Notepad Open the webpage you want to add the menu to. Click the HTML tab and position your cursor somewhere in the body portion of the page
Paste the code. Corrections based on your choices: You will need to change the following items:
Additional locations can be added by inserting <option>Location1</option> for each location and window.location="http://www.address1here.com"; for each address. Of course the case value will increase.
With minor adjustments the code on this page came from the Microsoft support site: http://support.microsoft.com/default.aspx?kbid=310713 _______________________________________________________ Code: <h3 align="center">Page Title is here</h3>
|