
USING THE GOOGLE RU SEARCH ENGINE
For more info about the Google University Search
program see the
Google University
Search FAQ
Add this code to your pages:
Searching all of Rutgers
<form name=gs method=GET
action=http://www.google.com/u/rutgerz>
<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=31 maxlength=2048 value="">
<font size=-1> <input type=submit name="btnG"
value="Search">
<input type="reset" name="Reset32" value="Clear">
</form>
Limit a search
to a specific host (e.g. www.eden) the "i" is for
include
<form name=gs method=GET
action=http://www.google.com/u/rutgerz>
<input type=hidden name=hl value="en">
<input type=hidden name=lr value="">
<input type='hidden' name='as_dt' value='i'/>
<input type='hidden'
name='as_sitesearch'value='www.eden.rutgers.edu'/>
<input type=hidden name=ie value="ISO-8859-1">
<input type=text name=q size=31 maxlength=2048 value="">
<font size=-1> <input type=submit name="btnG"
value="Search">
<input type="reset" name="Reset32" value="Clear">
</form>
Exclude hits
from a specific host (e.g. www.eden) the "e" is for exclude
<form name=gs method=GET
action=http://www.google.com/u/rutgerz>
<input type=hidden name=hl value="en">
<input type=hidden name=lr value="">
<input type='hidden' name='as_dt' value='e'/>
<input type='hidden'
name='as_sitesearch'value='www.eden.rutgers.edu'/>
<input type=hidden name=ie value="ISO-8859-1">
<input type=text name=q size=31 maxlength=2048 value="">
<font size=-1> <input type=submit name="btnG"
value="Search">
<input type="reset" name="Reset32" value="Clear">
</form>
The ability to specify a group of hosts for
inclusion or exclusion is not supported.