©2000-2002 3Dize Inc. All rights reserved
CPHGuidesFrame Sets :  Frame Set Dropdown Menu
Frames Dropdown Menu
Description


This is a custom dropdown menu developed exclusively for use in Cool Page frame sets.  Insert the code below onto your page using the
HTML Object Tool

This menu is ONLY for use in frame sets.  Use the CoolPageHelp
Dropdown Menu Maker Tool for menus on all other pages. 



Dropdown Menu Code
Edit the Code


You will need to edit the red parts of the dropdown menu code:

<!--Copyright (c) 3Dize, Inc. 2001, All Rights Reserved-->
<FORM name="menuform">
<SELECT name="menuselect" onChange="javascript:if(window.parent.
rowXcolX){window.parent.rowXcolX.location=this.options[this.selectedIndex].value;}return true;">
<OPTION value="
page1.html">Page 1</OPTION>
<OPTION value="
page2.html">Page 2</OPTION>
<OPTION value="
page3.html">Page 3</OPTION>
<OPTION value="
page4.html">Page 4</OPTION>
<OPTION value="
page5.html">Page 5</OPTION>
</SELECT>
</FORM>

1. Change all instances of  rowXcolX to the frame you want the pages in the menu to load in. 

2. Change page1.html (page2.html and so on) to the names of your web pages.

3. Change Page 1 (Page 2 and so on) to the names you want to appear in the dropdown menu list.
Tips


1. You can make your dropdown menu list as large as you want by adding additional lines in the appropriate section of the code:

<OPTION value="page.html">Page</OPTION>


2. You can omit the
value="page1.html" in the first OPTION line in your menu and then give a unique name to your menu:

<OPTION>Cool Page Dropdown Menu</OPTION>