$_SESSION['homeurl'] = "index.php?module=mb&";
// the values of each selection in the drop down box is 5, 10, 25 and 50
onChange='window.open('".$_SESSION['homeurl']."perpage='+this.options[this.selectedIndex].value,'_top')'
anyone got any code of how to get it to work?