home *** CD-ROM | disk | FTP | other *** search
/ Using Visual Basic 5 (Platinum Edition) / vb5.iso / Code / ch37 / code_sam / noreturn.asp < prev    next >
Encoding:
Text File  |  1997-06-26  |  119 b   |  15 lines

  1. <%
  2.  
  3. If 1=2 Then
  4.  
  5. %>
  6. <HTML>
  7. <HEAD><TITLE>Example Page</TITLE></HEAD>
  8. <BODY>
  9. </BODY>
  10. </HTML>
  11. <%
  12.  
  13. End If
  14.  
  15. %>