I have a textfile with all kinds of information in it. Now I want to create a script which reads from file (on server) and then generates a webpages. To generate a webpages can be done using document.write(), but how do I read from a file using javascript? Is this possible or do I have to create an applet?