This search form uses the Univesity's Google search engine to provide the option to search a single campus or the entire University web sites:
The code below was used to make the form. You will notice that the q field is a select menu that contains the URLs for the area to search (in this example, the Department of Communication, the College of Liberal Arts, and the UMD home page).
<form action="http://google.umn.edu/search" method="get" name="gsearch" id="gsearch" style="float: left;" class="mini">
<input name="q" type="text" size="25" maxlength="256" />
<select name="site">
<option value="campus_duluth" selected="selected">Duluth campus
<option value="default_collection">All campuses
<option value="campus_tc">Twin Cities campus
<option value="campus_crookston">Crookston campus
<option value="campus_morris">Morris campus
</select>
<input type="submit" name="btnG" value="Search" />
<input type="hidden" name="client" value="campus_duluth" />
<input type="hidden" name="proxystylesheet" value="campus_duluth" />
<input type="hidden" name="output" value="xml_no_dtd" />
</form>
Rev: 8.11 sab