What is Response.PIC in ASP?

Questions by ashishmisra78   answers by ashishmisra78

Showing Answers 1 - 1 of 1 Answers

ak31462

  • Apr 25th, 2006
 

PICS (Platform for Internet Content Selection) is a property of response object that can be used to specify the value to the PICS label response header. Its a kind of rating system used to rate the contents in a web site.

Even META tag can be used to add a rating to the site.

Microsoft IE 3.0 and above and Netscape 4.5 and above support the content ratings. You can set the ratings in IE 5, by selecting Tools and Internet Options. Select the Content tab and click the Enable. When the rating exceeds the defined levels the Content Advisor will block the site. You can set the ratings in Netscape 4.7, by selecting Help and NetWatch.

syntax: response.pics(picslabel)

<% response.PICS("(PICS-1.1 by " & chr(34) & "your@name.com" & chr(34) &" for " & chr(34) & "http://www.somesite.com" & chr(34) &" on " & chr(34) & "2002.10.05T02:15-0800" & chr(34) &" r (n 2 s 0 v 1 l 2))") %>

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions