im creating a web page that searches through text files based on a search term that was entered and displays results. currently, its all in html and javascript.

is there anyway to read from a text file using javascript?

i know you do this with php but i dont have this installed on the server. is there any other way i can do this without installing anything else on the server?

what do you recommend??