Twitist Forums
How to add a site search in HTML? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: SEO Search Engine Optimization (/forum-30.html)
+--- Thread: How to add a site search in HTML? (/thread-138593.html)



How to add a site search in HTML? - Portlandartist - 04-10-2014 10:19 AM




- Henry Smith - 04-10-2014 10:30 AM

There is no feature in HTML that will perform the search. But you do have 3 alternative options:

1) You can integrate 3rd-party search engines like Google into your site. (Or see one of these examples.)
2) You can upload a CGI page which uses PHP, Perl, or another scripting language to perform the local search for you.
3) Lastly, there are some options for JavaScript search engines which work right inside the page.