PDA

View Full Version : how do I allow users to search my website


nikos101
07-06-2007, 11:48 PM
Can someone give me a link where I can learn to allow users to search my entire website, ie any text of files used in the website if possible

CaptainB
07-06-2007, 11:56 PM
Go to www.hotscripts.com , they have lots of search scripts.

Jutlander
07-06-2007, 11:57 PM
<form id="googlesearch" name="google" method="get" action="http://www.google.dk/search" accept-charset="ISO-8859-1">
<fieldset>
<legend>Google Search</legend>
<input type="text" name="q" size="25" maxlength="255" title="Type a word to search for" /><br />

<input type="hidden" name="as_sitesearch" value="www.example.com" />

<input type="submit" id="subm" value="Søg" />
</fieldset>
</form>

nikos101
07-07-2007, 11:04 AM
thanks people very helpful

ablaye
07-10-2007, 06:33 AM
I would sign up with Google adsense and add their search button on your site.
The user will have the option of searching your website or search the internet.
If they do search the internet and click on any ads, you'll get a share of the earning.

nikos101
07-10-2007, 11:16 AM
thanks ablaye, that looks really neat.

take care

nikos