UAF search engine

Example:

Search for:


The search engine used for searching the www.uaf.edu server is Ht://Dig, which has been customized for use on UAF websites. The server is indexed every night so that the latest changes to sites are reflected in the search results.

To add the search function for searching the entire server (not the entire uaf.edu domain), copy the following code between the two lines and paste it into your web document.


<form method="post" action="http://cgis.uaf.edu/cgi-bin/htsearch">
<input type=hidden name=config value=htdig-uaf />
<input type=hidden name=exclude value="" />
Search for: <input name="words" type="text" value="" size="20" maxlength="255" />
<input name="sa" type="submit" value="Find" />
</form>




To customize the search engine to search only your site, copy the following code between the two lines and paste it into your web document. Then change the restrict value to the full URL for your site.

Example: <input type=hidden name=restrict value="http://www.uaf.edu/univrel/">


<form method="post" action="http://cgis.uaf.edu/cgi-bin/htsearch">
<input type=hidden name=config value=htdig-uaf />
<input type=hidden name=restrict value="http://www.uaf.edu/">
<input type=hidden name=exclude value="" />
Search for: <input name="words" type="text" value="" size="20" maxlength="255" />
<input name="sa" type="submit" value="Find" />
</form>



Close window