home *** CD-ROM | disk | FTP | other *** search
/ Using Visual Basic 5 (Platinum Edition) / vb5.iso / Code / ch38 / append.asp < prev    next >
Encoding:
Text File  |  1997-07-03  |  144 b   |  6 lines

  1. <%Response.AppendToLog "This is a test of the AppendToLog method" %>
  2. <HTML>
  3. <HEAD><TITLE>Example Page</TITLE></HEAD>
  4. <BODY>
  5. </BODY>
  6. </HTML>