1 $('#f1').submit(function(){ 2 location.href = 'salebuyerList.html?param1=aaa¶m2=' + $('#s1').val(); 3 return false; 4 }) 5 6 7 <form id="f1"> 8 <input id="s1" class="cSearchBox" type="search" /> 9 </form>