Index: typo3/class.alt_menu_functions.inc =================================================================== --- typo3/class.alt_menu_functions.inc (revision 3771) +++ typo3/class.alt_menu_functions.inc (working copy) @@ -302,7 +302,7 @@ // Command for the selector box: $JScmd = ' - top.content.location=top.getModuleUrl(top.TS.PATH_typo3+"'.$this->wrapLinkWithAB($link).'"'.$addJS.'+additionalGetVariables); + top.document.getElementsByName(\'content\')[0].src=top.getModuleUrl(top.TS.PATH_typo3+"'.$this->wrapLinkWithAB($link).'"'.$addJS.'+additionalGetVariables); top.fsMod.currentMainLoaded="'.$moduleName.'"; '; @@ -330,7 +330,7 @@ top.content.nav_frame.location=top.getModuleUrl(top.TS.PATH_typo3+"'.$subNavFrameScript.'"); } } else { - top.content.location=top.TS.PATH_typo3+( + top.document.getElementsByName(\'content\')[0].src=top.TS.PATH_typo3+( top.nextLoadModuleUrl? "'.($prefix?$this->wrapLinkWithAB($link).'&exScript=':'').'listframe_loader.php": "'.$this->wrapLinkWithAB($link).'"'.$addJS.'+additionalGetVariables