Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IResponse::PICS

The IResponse::PICS methods adds a value to the PICS label field of the response header.

HRESULT Pics(

BSTR bstrHeaderValue

);

Parameters: IResponse::PICS

bstrHeaderValue

A binary string that contains the new PICS value.

Remarks: IResponse::PICS

The IResponse::PICS method inserts any string in the header, whether or not it represents a valid PICS label.

If a single page contains multiple tags containing Response.PICS, each instance will replace the PICS label set by the previous one. As a result, the PICS label will be set to the value specified by the last instance of Response.PICS in the page.

Because PICS labels contain quotes, the author must replace each quote with the ASCII equivalent for the quote symbol [& chr(34) &].

For more details on the PICS standard, see:

http://www.w3.org/PICS/

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.