Event.observe(window,'load',function(){ Event.observe($('btnShow'),'click',function(){ //alert($F('selectshow') ; var what = $F('selectshow'); location.href = WEB_ROOT + 'pages/article/' + what; }); });