(not for use with Frame Sets, see custom Frame Set menu here)
Use this tool to make your own dropdown menus like the one shown below. Follow the 3 easy steps to generate the HTML code needed for the menu. When finished, insert the code on your webpage using the HTML Object Tool.
Example Dropdown Menu  (disabled)
More than one menu on page?
To use more than one dropdown menu on a single page requires that you edit some parts of the code in the additional menus. Each additional dropdown menu requires a unique form name and select name.
What to change:
form name="jump" to form name="jump2" select name="menu"  to select name="menu2" document.jump.menu.options  to  document.jump2.menu2.options document.jump.menu.selectedIndex to document.jump2.menu2.selectedIndex
A third dropdown menu would require the use of jump3 and menu3 and so on for a fourth menu.
Important: If you used an image as a GO Button do not forget to use the BROWSE BUTTON on the HTML Object Properties Window. It is very important to correctly size your HTML Object. Click Here to learn the proper use of that tool.
Disclaimer: This tool is provided as a free service of coolpagehelp.com. DO NOT send questions about your menus or the use of this tool to Cool Page Customer Support. Cool Page Customer Support ONLY answers questions about the code that is generated by the Cool Page program. The code generated by this tool should work in all browsers.