Hi,
This is probably a stupid question? but I'm new at Javascripting, so my apologies in advance!
I have an ordinary file that I want to read to get the numeric value, the file contains only return codes of specic commands that have been run on UNIX and then appended to this file, via Javascript I want to read this file and for example do a simple test statement to perform an action for true or another for false. The file resides on the webserver and all I want to do is read the file, but not sure how to do this in Javascript?
This is probably a stupid question? but I'm new at Javascripting, so my apologies in advance!
I have an ordinary file that I want to read to get the numeric value, the file contains only return codes of specic commands that have been run on UNIX and then appended to this file, via Javascript I want to read this file and for example do a simple test statement to perform an action for true or another for false. The file resides on the webserver and all I want to do is read the file, but not sure how to do this in Javascript?