I have two pages. Index.asp, and Open.aspon the index page, i have two forms: one that saves the form to a txt file which consistes of two text areas (one for the directory to save the file and the other for the file name) and text area to enter anything the user wants to enter, and another form one that needs to open the txt file and display it in the text area. So what ever was saved from the text area need to be opened and displayed back into that same text area. I've tried a couple of codes and got one that will open the saved txt file, but will only display it as an html page and doesn't redirect to index.asp and display it int he text area. does anyone know how to do this?