PROPERTY:  Response.Pics

The Pics property adds the value of the PICS rating to the pics-label field in the the response header for a document or a site. This statement must be located before the <HTML> tag. The PICS label has quotes in the label, and the quotes must be replaced with, & chr(34) &. Or you can use double quotes.

The PICS rating is as follows:
violence = 2
sex = 1
language = 2
nudity = 0


Using chr(34):

Code:
<% Response.Pics("(PICS-1.1 <http://www.somesite.com/rating01.html> labels on " & chr(34) & "1997.01.05R08:15-0500" & chr(34) & " until " & chr(34) & "1999.12.31T23:59-0000" & chr(34) & " ratings(v 2 s 1 l 2 n 0))")
%>


Using double quotes:

<% Response.Pics("(PICS-1.1 labels on ""1997.01.05R08:15-0500"" until ""1999.12.31T23:59-0000"" ratings(v 2 s1 l 2 n 0))")
%>
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information