我正在尝试在以下网站上重复搜索框:https:clearviewlibrary.org,在此处安装了https://news.clearviewlibrary.org
我能够获得搜索框,使用以下代码在外部站点上执行搜索:
<div>
<form method="get" action="javascript:void(0)"
onsubmit="window.open('http://www.wsld.info/#section=search&term<%=Config%>#section=search&term='+this.term.value+'', '_blank');return true;">
<label>
<input type="text" class="searchform" name="term" placeholder="Search Our Catalog" /></label>
</form>
</div>
但是我很困惑如何添加其他搜索功能和单选按钮。
我尝试从clearviewlibrary.org网站上获取代码,但这没有用。我也看到了这一点,但宁愿没有两个按钮:HTML form action search, one text box, 2 buttons, 2 possible results
谢谢, 布拉德