Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-11-2006, 10:58 AM   #1 (permalink)
allan16's Avatar
 
Super Techie

Join Date: Jun 2005

Posts: 362

allan16 is on a distinguished road

Default create a search engine

Can someone point me on how to create a search engine within a web page that I for example have created.
What are the tools that I need to have and what is best to use.

Thx
allan16 is offline  
Old 05-17-2006, 02:36 AM   #2 (permalink)
 
Junior Techie

Join Date: Oct 2005

Posts: 75

darkninja

Default

Hi Allan (nice name)
I think theres some sort of Javascript script out there for that
http://www.hotscripts.com/JavaScript...rch/index.html

Check out that link, hope thats what your looking for, but people seldomly have a search engine just for 1 page.
Generally you would require a search engine if you have some sort of database or millions of pages (not literally) but you get the idea.

Hope that helps!
__________________
<a href="http://www.flashyflashy.net" target="_blank">flashyflashy.net</a>
darkninja is offline  
Old 05-23-2006, 02:46 AM   #3 (permalink)
 
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  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On