home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / ASP / ASPProtect / simple_example.asp < prev   
Encoding:
Text File  |  1999-12-31  |  651 b   |  22 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <!--#INCLUDE FILE="check_user_inc.asp"-->
  3. <html>
  4.  
  5. <head>
  6. <meta NAME="GENERATOR" Content="Microsoft FrontPage 3.0">
  7. <meta HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  8. <title>Example</title>
  9. </head>
  10.  
  11. <body bgcolor="#FFFFFF">
  12.  
  13. <p align="center"><font face="Arial"><strong>Hello <% = Session("FULL_NAME") %>. Welcome to the<br>
  14. <br>
  15. <font color="#FF0000"><big>PowerASP.com</big></font><br>
  16. <big>Advanced Password Protection Sample Site</big></strong></font></p>
  17.  
  18. <p align="center"><font face="Arial">This is an example of a page that everyone has access
  19. to.</font></p>
  20. </body>
  21. </html>
  22.