<form id="w0" method="get" action="find">
<input type="text" placeholder="Search" value name="query">
<div class="form-group">
<button onclick="window.location.href=this.form.action+'-'+this.form.query.value" type="submit">
<i class="fa fa-search"></i>
</button>
</div>
</form>
http://film.lc/%найти?query=запрос
<form id="w0" method="get" action="find">
<input type="text" placeholder="Search" value name="query">
<div class="form-group">
<button onclick="alert(window.location.href=this.form.action+'-'+this.form.query.value)" type="submit">
<i class="fa fa-search"></i>
</button>
</div>
</form>
//Or
event.preventDefaults();
//Or
return false;
Find more questions by tags JavaScript