Home I Log In I DemoShop I FAQ I Contact I Security I Help
.   .
Dreamweaver Extension Help
 
  Problem with Macromedia Jump Menus

Problem:

I'm having problems with the jump menus on my site, they don't appear to work! I've tried using relative and absolute addressing for the URLs but nothing happens. When I take the 'ebuttonz' code out of the page - there is not a problem and everything works!

Solution:

The problem arises with the MacroMedia JavaScript in the following line:

<select name="menu1"
onChange="MM_jumpMenu('parent.frames[\'mainFrame\']',this,0)"
class="myclass">

The solution is to replace it with:

<select name="menu1" onChange="MM_jumpMenu('self',this,0)"
class="myclass">

This change will will work where the jump menus replace the current page. If this is not the case try this help page that deals with targetting. Click here

 
       
.   .
. Back .
Home I Log In I DemoShop I FAQ I Contact I Security I Help
copyright moltengold ltd