<!--  ------------------------------------------------------------------------
  --                                                                        
  --  This file was created by rjc from system/tutorial_mapping/searching/sidebar.html
  --  on 2003/08/27 09:13:47.
  --                                                                        
  --    Copyright 1999-2002 Interactive Information Ltd, All Rights Reserved 
  --    http://information.overlaid.com
  --                                                                        
  --  ------------------------------------------------------------------------
  --  
  --  Version:	2.3.0 for Map Weasel
  --  
  --  --------------------------------------------------------------------- -->


<head>
	<title>Map Weasel Tutorial - Searching</title>
	<script language-'JavaScript' src='../tutorial.js'></script>
	<script src="../tutorial_structure.js"></script>

</head>

<body	bgcolor="white"
	text="midnightblue"
	link="#9d0052"
	alink="#39c8ff"
	vlink="#9d0052"
	onLoad='parent.tutorialHref("tutorial.html")'
	>

<script>tutorial_links("searching");</script>

<h1 align=left>
	<small>Searching With Maps<br>
		<small><small>Copyright 1999-2002 Interactive Information Ltd</small></small><br>
	</small>
</h1>

<pre>

</pre>

<p>
This is an example of a map-based search interface.
It includes all the client side behaviour needed for 
a search system.
<p>
To let you see it working before you have set up a
search system on your server, we have 
provided file containing a set of "search results".
Because they come from a file, these obviously will not
reflect your search criteria --- the selected area or the
chosen range of letters. 
<p>
The `Which Results' selector can be used to select between two fixed
sets of "search results", a random scattering of results or a CGI search engine.
The tutorial gives more details of how to use them.

<p>
<script>tutorial_links("searching");</script>

</body>