...
Here we add a second button with a value of "People". That's all... searchgate figures out the rest.
Code Block |
---|
<form action="//web.communications.uci.edu/php/searchgate.php" method="get"> <input name="collection" type="hidden" value="uci_full"/> <label for="search-text">Search</label> <input id="search-text" name="q" placeholder="Search..." type="text"/> <button name="type" type="submit" value="Web">Web</button> <button name="type" type="submit" value="People">People</button> </form> |
...