Hi, Who knows a script without php for a HTML5 website to get result from a search form? There are 8 pages to search in. The results must be shown in an new page with the title of the relevant page(s). When you click on the title you go to the relevant page. Thnx!
You could do this with javascript, if need be, but it will be slow if the amount of pages increases - also, it will involve a bit of "hacking" to keep state between pages, if there is actual page refresh, and not ajax-loading of pages already. It's definitely doable. Here's one example I found using Google: http://frontendcollisionblog.com/ja...-engine-for-your-site-no-server-required.html