MU WebSearch
Google Help
Overview
  Search Basics
  Interpreting Results
  Refining the Search
 
 
HOME
SEARCH
SITEMAP
Adding MU WebSearch to Your Page
You can easily add a search box to your web page that allows your visitors to search Miami's web space. There is one qualification. The agreement we entered into with Google to provide this service requires that the Google logo be displayed prominently next to the search box for submitting the query. Your cooperation is greatly appreciated.

To add the following search form your page:

Search for: Google

Don't search "user" space (www.users.muohio.edu)

Use this code:

<form name="searchForm" method=post 
   action=http://netapss.muohio.edu/cgi-bin/search.pl>
  <INPUT TYPE=hidden name=site value=search>
  <input type=hidden name=formTarget value="query">
  <p>Search for: <input type="text" name="query"  size="31" maxlength="256" />
  <input type=submit name=btnG value="Search!">
  <a href="http://www.google.com/"><img border=0 
      src="http://www.google.com/logos/Logo_PoweredBy_25wht.gif" 
      width=82 height=30 alt="Google "></a>
  <p><input type="checkbox" name="noUsers" value="on" />Don't search 
        "user" space (www.users.muohio.edu)
</form>

Because this is a form itself, you cannot include it within another form. You may include two separate forms on a single page (most browsers support this), but one cannot be contained within the other.