Rutgers-Newark OIT
 < Return
Adding an RU Searchbox to a Webpage
You can add a search option to your web page that supports the following options:

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 rutgers-newark) 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='rutgers-newark.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. rutgers-newark) 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='rutgers-newark.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.

For more information about the Google University Search program see the Google University Search FAQ.

 Questions/comments regarding this web site can be directed to: webmaster@newark.rutgers.edu  © 2008 Rutgers, The State University of New Jersey. All rights reserved
 Last Updated:   January 28, 2008