0

I have this html file:

<ul id="intro" class="horizontal"> 
    <li> 
        <form>
            <input type="search" /> 
            <input type="submit" value="Search" /> 
        </form> 
    </li> 
</ul> 

Now I need a JS code to take the input that the user enters in the search textbox and goes through every single page (file) I created for the site and returns the pages containing exact/relevant words to the user. What is the shortest way to achieve that?

0 Answers0