Click to See Complete Forum and Search --> : Simple Question


czxcarn
10-15-2003, 10:30 PM
I'm looking to create a script that allows the user to type a keyword and then opens a text file (without displaying in in the web browser) and parses it, displaying only the lines of the file that contain a typed keyword.

I can get this functionality for parsing an open page in a browser, but does anyone know how to do this for a specific file on my server WITHOUT displaying the file in my browser?

Khalid Ali
10-16-2003, 12:18 AM
you can not do this with avaScript,unless you use some kind of complimentary programmin glanguages, such as Java,asp..etc