Use your browser's View
Source option to see how this HTML is formatted.
Example 1
-
Writes to output file example1.txt
-
Nextpage variable points
to thanks.asp
-
Email not enabled (no mailto
tag)
-
Debugging not enabled (no debug
tag)
Example 2
-
Writes to output file example2.txt
-
Nextpage variable not
defined
-
Email enabled by inclusion
of mailto tag
-
Debugging not enabled (no debug
tag)
-
User can choose to send self
a copy by clicking the CC ME box
Example 3
-
Writes to output file example3.txt
-
Nextpage variable not
defined, so Comments generates response
-
Email enabled by inclusion
of mailto tag
-
Debugging enabled by inclusion
of debug tag
-
Debugging writes to log file
comments.log (sample log)
-
Autonumbering turned on, with
prefix "INV" by autonumber tag
Example 4
-
Writes to output file example4.txt
-
Nextpage variable not
defined
-
Debugging not enabled (no debug
tag)
-
Required fields specified with
required tag are name, address, and phone.
Example 5
-
Writes to output file example5.txt
-
Nextpage variable points
to thanks.asp
-
ErrorPage variable points
to http://www.greyware.com/software/comments/errors/*.asp
-
Email enabled by inclusion
of mailto tag
-
Debugging not enabled (no debug
tag)
|