home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / Pics_VBScript.asp < prev    next >
Text File  |  1997-10-25  |  762b  |  32 lines

  1. <%@ LANGUAGE = VBScript %>
  2. <%  Option Explicit     %>
  3.  
  4. <% 
  5.     ' Insert PICS ratings
  6.     Response.PICS("(PICS-1.1 <http://www.rsac.org/ratingv01.html> labels on " & chr(34) & "1997.01.05T08:15-0500" & chr(34) & " until" & chr(34) & "1999.12.31T23:59-0000" & chr(34) & " ratings (v 1 s 0 l 2 n 0))")
  7. %>
  8.  
  9. <HTML>
  10.     <HEAD>
  11.         <TITLE>PICS Sample</TITLE>
  12.     </HEAD>
  13.  
  14.     <BODY BGCOLOR="White" topmargin="10" leftmargin="10">
  15.  
  16.  
  17.         <!-- Display Header -->
  18.  
  19.         <font size="4" face="Arial, Helvetica">
  20.         <b>PICS Sample</b></font><br>
  21.       
  22.         <hr size="1" color="#000000">
  23.  
  24.         <p>This sample has the following PICS rating:<p>
  25.         
  26.         violence = 1<br>
  27.         sex = 0<br>
  28.         language = 2<br>
  29.         nudity = 0<br>
  30.     </BODY>
  31. </HTML>
  32.