Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a search engine in HTML?

Status
Not open for further replies.

avinsinanan

Programmer
Jul 14, 2002
92
TT
Hello,

Ok first of all I know how to make a simple Search engine
using HTML. Actually I got the code to make it here:


But the problem is that I want the search engine to search my site (I have my own web site) for key words and display the results.

How do I do this. Usually it just sreaches the whole net and dsiplays results from all over the net.. and ideas on how to modify the code from the given link to only search my site and display the results..

lets assume that my site is


yours Respectfully
Avin Sinanan
 
Hi mate,

You could not possibly make a search engine in HTML.

That page that you reference is using a form to input data to a cgi program.

You would either need to use a server side script or javascript, server side being the best option.

Hope this helps Wullie

sales@freshlookdesign.co.uk

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top