How Can I Make A Html Search For A Web Page?
Friday, July 3rd, 2009 at
5:25 pm
I have a web page that i want users to search. Is there some html code that i could use that would make a simple search?
Tagged with: HTML • Make • Page • Search
Filed under:
HTML
Like this post? Subscribe to my RSS feed and get loads more!
You can sign up for a free account and use http://FreeFind.com/ ‘s Search Code. Using their User’s Admin tabs, you can set up a customized search page visitor’s see plus a bunch of other search setup options.
Or use Google’s Custom Search Engine – http://www.google.com/coop/cse/
Ron
You need to set up a database. Using ASP, PHP, XML or something similar. You can’t do it using basic HTML.