Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The examples below illustrate how to code search forms that perform search queries against the Google Search Appliance and the campus directory.

To perform web searches only

<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>
</form>
  • No labels