home *** CD-ROM | disk | FTP | other *** search
/ Transgender Forum 1 - 4 / transforum.iso / pc / data / tg / triess / kb / testasp.asp < prev    next >
Encoding:
Text File  |  1999-06-21  |  217 b   |  12 lines

  1.  
  2. <!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <TITLE>ASP Test</TITLE>
  6. </HEAD>
  7. <BODY>
  8. <P>This is a test of ASP.  Today's date is
  9. <%Response.Write(Date) %></P>
  10. </BODY>
  11. </HTML>
  12.