Personal Site Search
When to use this
Use this search to index your pages on people.bu.edu.
What it does
This code defines a form where visitors
input and search for key words. It returns files found anywhere
within your personal Web site.
To modify the code for your own use replace your_login_name with your BU login name.
Example
Code
<form action="http://search.bu.edu/search" method="get">
<label for="q">Search</label>
<input type="hidden" name="site" value="people" />
<input type="hidden" name="as_sitesearch" value="people.bu.edu/your_login_name" />
<input type="text" name="q" id="q" value="" />
<input type="submit" value="Go" />
</form>
|