You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Displaying All of the Form Variables ASP / General Development
This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form variables being passed into a page. Various options for this function allow the developer to view the values in a 'debugger-style' mode, or in a 'quiet-mode,' in which case the form variable output is hidden from the end user.