Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
763
The Response.PICS Property
Introduction
The Response.PICS (Platform for Internet Content Selection)
property can be used to specify the value to the PICS label response header.
PICS is a standard of meta-data which is designed to rate the content of a page.
It can help teachers/parents to control what children access on the Internet.
The PICS property accepts a string. It does not validate the string for you.
The PICS labels must be enclosed with a set of quotes. Use (chr34) for the
quotes.
Example
<%
response.PICS("(PICS-1.1
<http://www.rsac.org/ratingv01.html> by " & chr(34) &
"your@name.com" &
chr(34) & " for " & chr(34) &
"http://www.somesite.com" & chr(34) & " on " &
chr(34) & "2002.10.05T02:15-0800"