Library Automation Staff Training & Support
Site Search Forms
Searching the CMU Libraries' Site
To add a search box that searches the CMU Libraries' site to your page, paste the following html code into an appropriate location/table in your page's html code. You may then format it's location and other attributes in an html editor such as Dreamweaver or Frontpage.
<form method="get" action="http://www.google.com/u/cmulibrary" >
<td width="163" rowspan="2" valign="top" >
<input type="text" name="q" />
</td>
<td>
<input name="sa" type="submit" value="Search" />
</td>
</form>
Searching Central Michigan University
To add a search box that searches the entire Central Michigan University site, paste the following html code into an appropriate location/table in your page's html code. You may then format it's location and other attributes easily in an html editor such as Dreamweaver or Frontpage.
<form name="gs" method="get" action="http://www.google.com/univ/cmich">
<input
type="hidden" name="hl" value="en"><input
type="hidden" name="lr" value=""><input
type="hidden" name="ie" value="ISO-8859-1">
<input
type="text" name="q" size="25" maxlength="2048" value="">
<font
size=-1>
<input type="submit" name="button" value="Google
Search"><span id=hf></span><br / >
<span
class=f> Search pages within<b>cmich.edu</b></span>
</form>


