Hi again Allan, (nice Name)
I've found another way you can do search on your website if your looking to expand it to more than one page.
<form method="get" action="http://www.google.com/search">
<input type="text" style="background-color:#BBFFF;" name="q" size="40" maxlength="255" value="" />
<input type="submit" name="btnG" value="SEARCH" />
<input type="hidden" name="domains" value="http://www.YOUR_URL.com" />
<input type="hidden" name="sitesearch" value="http://www.YOUR_URL.com" />
</form>
This uses the Google search engine to search through all your pages. An example of this in use can be found at
http://www.techtorium.co.nz
Hope that helps someone!