web 2.0

ASP Response.Pics() - Response Object

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

.
.
.

Download this script.
Download

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.