带有选择标签的表格

时间:2018-09-05 13:36:39

标签: html forms

我创建了一个带有选择标记的搜索框,但是执行查询时,:变为&more%3A=abc。当用户从选择菜单中进行选择时,我需要添加more:abcmore:xyz

除了jQuery之外,还有其他解决方法吗?

<form action="test.html" id="searchform">
<input type="search" placeholder="Search here..." 
name="q"/>
<input class="submit" type="image" src="icon.png">

<select name="more:" form="searchform">
<option value="">All</option>
<option value="abc">abc</option>
<option value="xyz">xyz</option>

0 个答案:

没有答案