PHP确认重新提交表单问题
这是sidebar.php里的form表单<divclass="product_search"><imgsrc="/images/pro_search.gif"><for...
这是sidebar.php里的form表单
<div class="product_search">
<img src="/images/pro_search.gif">
<form class="form-group" action="/result.php" method="post">
<input type="text" name="searchterm" placeholder="输入产品名称" class="form-control">
<button type="submit" name="submit" class="btn btn-info" style="margin-top:10px;" >搜索</button>
</form>
</div>
不管输入产品名称没有,刷新页面都会出现下面这个:
这是result.php的内容 展开
<div class="product_search">
<img src="/images/pro_search.gif">
<form class="form-group" action="/result.php" method="post">
<input type="text" name="searchterm" placeholder="输入产品名称" class="form-control">
<button type="submit" name="submit" class="btn btn-info" style="margin-top:10px;" >搜索</button>
</form>
</div>
不管输入产品名称没有,刷新页面都会出现下面这个:
这是result.php的内容 展开
1个回答
2014-11-29
展开全部
这个应该是你是通过post提交跳转到这个页面的,所以如果你刷新的话会有这个提示。不知道你想问什么问题呢?
如果你想刷新页面而不出现上面的提示,搞成get方式提交吧。通常做搜索都是用get提交的,用post的很少的。
如果你想刷新页面而不出现上面的提示,搞成get方式提交吧。通常做搜索都是用get提交的,用post的很少的。
追问
要怎么取消每次刷新页面都会显示那个“确认重新提交表单”,但我我每次输入产品名称又能查询呢?
追答
换成get提交就可以了,不要用post
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询