home *** CD-ROM | disk | FTP | other *** search
/ Using Visual Basic 5 (Platinum Edition) / vb5.iso / Code / ch38 / nevercache.asp < prev    next >
Encoding:
Text File  |  1997-09-21  |  208 b   |  10 lines

  1. <%@ LANGUAGE="VBSCRIPT"%>
  2. <%Response.Expires=0%>
  3. <HTML>
  4. <HEAD><TITLE>Never Cache This Page</TITLE></HEAD>
  5. <BODY>
  6. <H1>The Current Date and Time is:</H1>
  7. <P align="center"><%=Now%></P>
  8. </BODY>
  9. </HTML>
  10.