Form表单post怎样获取input值
这个是搜索表单,用的post方法:<formid="Form"action="index.php?typeid=3&kw="这里怎样获取搜索框的内容""method="p...
这个是搜索表单,用的post方法:
<form id="Form" action="index.php?typeid=3&kw="这里怎样获取搜索框的内容"" method="post">
这个是搜索框,在这里输入关键字
<input name="kw" id="kw" type="text" value="我是关键字">
想要的搜索结果:index.php?typeid=3&kw=我是关键字 展开
<form id="Form" action="index.php?typeid=3&kw="这里怎样获取搜索框的内容"" method="post">
这个是搜索框,在这里输入关键字
<input name="kw" id="kw" type="text" value="我是关键字">
想要的搜索结果:index.php?typeid=3&kw=我是关键字 展开
展开全部
这个是搜索框,在这里输入关键字
<input name="kw" id="kw" type="text" value="我是关键字">
<input name="kw" id="kw" type="text" value="我是关键字">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<input name="kw" id="kw" type="text" onkeyup='revalue(this.value)' value="我是关键字">
<script>
function revalue(str){
document.getElementById("Form").action='index.php?typeid=3&kw='+str
}
</script>
你试下
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询