Try the following:


- Select one of the drop-down boxes, and go to the Tools menu and select Custom Script Assistant.
- Select the "Object Events" button.
- You should see the following code:


onChange="window.document.location.href=this.options[this.selectedIndex].value"


...change it to this:


onChange="parent.MyFrm.location.href=this.options[this.selectedIndex].value"


- Now preview the site - the drop down box that had this change made should work as desired. You'll have to make this change to all the drop down boxes.