[Solved] How to create search tab and open the .txt file? [closed]
for this you have to save the path of the text file in the value of the option in select and may be you can do this dynamically as below <select id=”myselect”> <option value=”url_to_text_file_on_server”>link</option> </select> then to open the text file you can use the window.location of javascript for opening the html file as below … Read more