I want to use javascript to scan a text file on my website for a certain phrase, and report the results to the current page. How do I open the file? Do I have to read it all into a var to scan it, or can you read sequentially like in java? Thanks for reading.