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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a search page

Status
Not open for further replies.

stevenr

Technical User
Feb 21, 2001
89
GB

I need to make a search page for my companys website. Is it possible to make one using just HTML?.

Any links or help would be appreciated

Cheers

Steve
 
Hi Steve,

It isn't possible. Normally you will need a database to store the keywords so that when you do a search, you will be able get the appropriate links that you link your keywords with. So for example in your database you have a 'Search' table with the columns:-

keywords link description
----------- ---- -------------
product Product's page
...

Your keywords normally would have a lot instead of 1. Like products, product and maybe your products' name etc. so that when a person do a search, it will list out all the products available in your company's website through the link
So since we would need a database for seach engines, we would definately need to query it. But HTML does not allow the querying of database. So you will need to use some languages like javascript, ASP, JSP, servlets etc.

Regards,
Leon If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top