fnDbugFormContents() fnDbugFormContents(...) DESCRIPTION This function displays the contents of a Submitted HTML Form on a web page and over-rides any other content. The contents are formatted in a tabular manner. This function is going to be combined in a 'Super' debug function which includes all other 'dbug' functions as well SYNTAX fnDbugFormContents() EXAMPLE UNTESTED CODE <%@ Language=VBScript %> <% Response.Buffer = true %> <% '-->-->-->-->-->-->-->-->--> fnDbugFormContents '--<--<--<--<--<--<--<--<--< %> RESULTS [table of contents] PARAMETERS [none] STATUS not written DEPENDENCIES fnErrorMessage.asp PROGRAMMER Matthew Bishop (matthew@massive.com.au or matth3wbishop@yahoo.com) LOCATION http://www.geocities.com/matth3wbishop/eg/asp/ DOCUMENTATION http://www.geocities.com/matth3wbishop/eg/asp/ LANGUAGE MS Jscript/ VBScript COMMENTS: a) This function will probably be written in VBscript because the FOR EACH .. IN construct does not appear to work properly/ at all in Jscript b) c)