ASP Response.Pics() - Response Object Appends a HTTP PICS-Label header to the output stream.
ShotDev Focus:
- The string to add to the PICS-Label header.
Example
asp_response_pics.asp
<% Response.PICS("(PICS-1.1 <http://www.rsac.org/ratingv01.html> labels on " & chr(34) & "1997.01.05T08:15-0500" & chr(34) & " until" & chr(34) & "1999.12.31T23:59-0000" & chr(34) & " ratings (v 0 s 0 l 0 n 0))") %>
Create a asp file and save to path root-path/myasp/
Run
http://localhost/myasp/asp_response_pics.asp
.
.
.