$(function() { $('form').submit(function() { location.href='http://yandex.ru/search/?text='+$('input').val(); return false; }); });