Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can we write a code for search button in a website for searching the content of a website?
Posted
Comments
jim lahey 10-Nov-11 8:28am    
Your definition "a website" is somewhat vague. Is it static content, database driven or what exactly?
Member 9047319 2-Aug-12 3:48am    
how to create search button in java working with oracle 10g

1 solution

the easy way - use http://www.google.com/sitesearch[^]
the more professional way http://msdn.microsoft.com/en-us/magazine/cc163355.aspx[^]
or the other way - the java way ;-) http://lucene.apache.org/java/docs/index.html[^] just a joke, but this is professional like SQL Fulltext search capability. A simple button and a selfmade search algorithm is not "smart" enough for a suitable website search (choose google or any other framework) and see the manual for "examle searach buttons" ;-). Hans
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900