View Single Post
Old 05-23-2006, 02:46 AM   #3 (permalink)
darkninja
 
Junior Techie

Join Date: Oct 2005

Posts: 75

darkninja

Default

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!
__________________
<a href="http://www.flashyflashy.net" target="_blank">flashyflashy.net</a>
darkninja is offline