Intermediate Web Publishing

A Practical Example -- searching your web site

Recall that the UO has a search engine, <http://search.uoregon.edu>

<form method="GET" 
  action="http://search.uoregon.edu/cgi-bin/query">
Search libweb for: 
<input type="hidden" name="pg" value="q">
<input type="text" name="q" size="20"
 value="                                  +host:libweb.uoregon.edu"><br>                                           
<input type="submit" value="Search"> or 
<input type="reset">
</form>

Let's try it out:

Search libweb for:
or
This particular CGI script is available for general use. It expects the following:


[up] [next]Exercise