|
|
|
|
| |
Webmaster's Corner
|
|
|
|
Search Engine Strategies - Search Forms
To use the new search engine for your web pages, place the following code in your html documents:
The code reads:
<form name=" Go1" method=GET action="http://search.bc.edu/query.html">
<input text=" text" size=" 30" maxlength=" 35" name="qt" >
<select name="qp">
<option value="url:http://www.bc.edu/bc_org/avp/csom">CSOM
<option value="">All BC Web Servers
</select>
<input type="submit" value="Go">
</form>
For ease of use, you can cut and paste the example below.
Just use your browser to view page source:
|
|
|