Gobd
05-06-2003, 01:45 PM
Is there a way to search a bunch of txt files that i have using javascript from a web browser?
What i want to do is have an input box where you can type a phrase and then the javascript would search all the text files and find which one has the text in it and then report back the name of the txt file to the user. Another thing i'd like to know if i can do is, instead of having the script just report back the name of the file, redirect the user to the txt file that has the phrase in it.
What i want to do is have an input box where you can type a phrase and then the javascript would search all the text files and find which one has the text in it and then report back the name of the txt file to the user. Another thing i'd like to know if i can do is, instead of having the script just report back the name of the file, redirect the user to the txt file that has the phrase in it.