Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Response Object Charset Property

For an ASP page that did not include the Response.Charset property, the Content-Type header would be:

content-type:text/html

If the same .asp file included:

<% Response.Charset("ISO-LATIN-7") %>

the Content-Type header would be:

content-type:text/html; charset=ISO-LATIN-7


ContentsPreviousNextIndex