Intermediate Web Publishing

Exercise

Write an HTML form that implements a search engine for your web site. The form should have 4 fields. For example (replace user with your user name on gladstone or darkwing):

<form method="GET" 
 action="http://search.uoregon.edu/cgi-bin/query">
Search my site for:
<input type="hidden" name="pg" value="q">
<input name="q" size=20
 value="                              +url:~user">
<p><input type="submit" value="Search"> or 
<input type="reset" value="Clear">
</form>


[up] [next]Another example: recording form entry in email