plain text
fnDebug()
fnDisplay(...)
Syntax
fnDisplay(FirstFile, [sVariableType])
Description
This function is a close parallel to the fnDebug function, but instead
of terminating
all HTML output with response.end it allows other content to appear on
a page.
It can be used to display a string, a set of Form Contents, a set of
Query-String contents
the contents of a File or two, an ActiveX Data Objects recordset, and
possibly more than
that
fnDbugFileContents, fnDbugRecordset, fnDbugString, dbug,
fnDbugFormContents, 'fnDbugQueryString' into
one function
Example
Untested code
<%@ Language=VBScript %>
<% Response.Buffer = true %>