Previous PageNext Page

13.7.16 IResponse::PICS

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

HRESULT Pics(

BSTR bstrHeaderValue

);

Parameters

bstrHeaderValue
A binary string that contains the new PICS value.

Remarks

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page