form表单实现搜索跳转功能
使用post请求
html代码
<form name="forminfo1" method="post" action="/Search">
<input name="filter" type="text" class="search" placeholder="产品搜索">
<input name="" class="btn_search" type="submit" value="">
</form>
非form表单实现搜索跳转功能
使用js操作搜索功能
<input type="text" name="keyword" id="keyword" class="search_text" placeholder="请输入关键字"/>
<button type="submit" class="btn_submit btn_search" value="" id="search" onclick="javascript:window.location.href='/news/search.html?keyword='+ document.getElementById('keyword').value"></button>
上一篇:HTML表单
下一篇:没有了!
作者:八戒先生
地址:安徽合肥高新区PBootMoBan模板网
电话:13355693937
邮箱:admin@pbootmoban.com
QQ:43171398
Copyright © 2018-现在 PbootMoBan All Rights Reserved. 免责声明:网站中图片均来源于网络,如有版权问题请联系删除!