Object
PICS
The PICS property adds a value to the PICS label field of the response header.
Grammar
Parameters
-
Picslabel
-
an appropriately formatted PICS label string. The value specified by Picslabel will be added after the PICS label field in the response header.
Example
For include
<%
Response.PICS ("(PICS-1.1 %>. asp files, the following headings will be added:
Pics-label: (PICS-1.1 labels on "1997.01.05t08:15-0500" until "1999.12.31t23:59-0000" ratings (v 0 s 0 L 0 N 0) Note the
PICS property inserts any string in the caption, regardless of whether it represents a valid PICS label.
If a single page contains multiple tags that contain response.pics, each instance replaces the PICS label set by the previous PICS label. As a result, PICS will be set to the value specified by the previous Response.PICS instance in the page.
Because the PICS tag contains quotes, you must replace each quotation mark with & Chr &.
Apply
Response object