<% dim epishow epishow=Request.QueryString Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile(Server.MapPath("comments/epi/" & epishow & ".txt"), 1) do while f.AtEndOfStream = false Response.Write(f.ReadLine) Response.Write("
") loop f.Close Set f=Nothing Set fs=Nothing response.write("
") response.write("Do you have a comment on this episode ?

") response.write("

") response.write("

Name: ") response.write(" From:
") response.write("Enter your comment:
") response.write("
") response.write("
") response.write("") %> Click here to view all of the recent comments from all episodes