'Quick Search' form for department websites

Page contents > 'Quick Search' example | FrontPage 2000 users

This page details how to insert a search form into your department web site. There are two types, with working examples below. The first searches all of your department web pages; the second on another page provides a more advanced form, enabling the user to narrow their search.

'Quick Search' example

Quick Search:
(all Your Departmental Web Pages)

  
 

FrontPage 2000 users

A more 'Advanced Search' form for department websites is also available and uses the same copy-and-paste method to create the search form.

COPY THE HTML BENEATH FOR THE QUICK SEARCH FORM

<table border="1" width="415" cellspacing="0" cellpadding="5" bgcolor="#FFFFCC">
<tr>
<td width="100%"><form method="POST" action="http://www.lse.ac.uk/cgi-bin/htsearch">
<input type="hidden" name="method" value="or"><input type="hidden" name="format"
value="builtin-long"><input type="hidden" name="sort" value="score"><input type="hidden"
name="restrict" value="http://www.lse.ac.uk/collections/your-department-here/"><input
type="hidden" name="config" value="htdig"><input type="hidden" name="exclude" value="exclude"><p><font
size="4">Quick Search:<br>
</font>(all Your Departmental Web Pages)</p>
<p><input type="text" size="33" name="words">&nbsp;&nbsp; <input type="submit"
value="Search"><br>
&nbsp; </p>
</form>
</td>
</tr>
</table>

^ Back to top

LSE