fnDbugQueryStringContents() fnDbugQueryStringContents(...) DESCRIPTION This function displays the contents of an HTML query-string and erases all other content on the page SYNTAX fnDbugQueryStringContents() EXAMPLE <%@ Language=VBScript %> <% Response.Buffer = true %> <% '-->-->-->-->-->-->-->-->--> fnDbugQueryStringContents() '--<--<--<--<--<--<--<--<--< %> RESULTS False PARAMETERS [none at present] 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 SEE ALSO fnDbugFormContents, dbug, fnDbugRecordset, fnDbugFileContents COMMENTS: a) Perhaps many of these Dbug Functions could be moved into one function with parameters b) c)