I created a htm form which sends it results to a comma delimited text file. I need to get information using the QueryString function so I renamed the page from htm to asp and added the functionality. Now when I click submit I do not get the results page and no data is written to the result file. What do I need to do to get the submit to write to the result file with an asp page?