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

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