Computer ForumsComputers  

Go Back   Computer Forums > Programmers Lounge > Programming Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 05-11-2006, 09:58 AM   #1 (permalink)
Super Techie
 
allan16's Avatar
 
Join Date: Jun 2005
Posts: 347
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   Reply With Quote
Old 05-17-2006, 01:36 AM   #2 (permalink)
Junior Techie
 
Join Date: Oct 2005
Posts: 75
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!
__________________
flashyflashy.net
darkninja is offline   Reply With Quote
Old 05-23-2006, 01:46 AM   #3 (permalink)
Junior Techie
 
Join Date: Oct 2005
Posts: 75
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!
__________________
flashyflashy.net
darkninja is offline   Reply With Quote
Reply

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



All times are GMT -5. The time now is 10:02 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0