Skip Navigation

You appear to be using a web browser that does not fully support cascading style sheets (CSS). For a more pleasant viewing experience, please consider upgrading to Netscape 7+ or Internet Explorer 6+. Note that all information is accessible regardless of the browser you use. If you are not using a browser to view this site, please disregard this message.

You can download the free Netscape browser at http://www.netscape.com or the free Internet Explorer browser at http://www.microsoft.com.

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>

 

Back to Web Design

Return to top