Helpful Information
 
 
Category: HTML Programming
creating a search function

How do I create a search function, just using a string of code, not needing anything on the server? Just sometype I can insert into my html document?

I'd like the search to yield a page showing articles with keywords searched from the title and content?

------------------

Without using something on the server side, you're limited to a Java or JavaScript search. However, JavaScript searches can be limited and not cross-browser compatible; and with Java searches you run the age-old risk of crashing browsers and OS's.

Here's a few of each, pulled from ScriptSearch.com, however they may be mixed, ScriptSearch don't seem to monitor site submissions very well.

JavaScript: scriptsearch.internet.com/pages/l4c3c45.shtml (http://scriptsearch.internet.com/pages/l4c3c45.shtml)

Java: scriptsearch.internet.com/pages/l18c3c45.shtml (http://scriptsearch.internet.com/pages/l18c3c45.shtml)

adam










privacy (GDPR)