function checkKey(thisValue) { //alert(event.keyCode); if (event.keyCode==13){ event.returnValue=false; search(thisValue); } } function search(thisValue) { window.location.href=txtHome.value + "Search.asp?txtSearch=" + thisValue; }