Click to return to the Content     
EARLIESTTIME Element     INTERVALTIME Element     CDF Reference for Active ...    
Web Workshop  |  Content & Component Delivery

HTTP-EQUIV Element


Supplies information that can also be provided through HTTP response headers.

Syntax

<HTTP-EQUIV
    NAME="headerparam"
    VALUE="text"
/>

Attributes

NAME
Required. String value name of the HTTP header parameter sent with the log file, such as "Encoding-Type."
VALUE
Required. String value of the corresponding parameter.

Element Information

Number of occurrences Any number
Parent elements LOGTARGET
Child elements None
File formats supported CDF
Requires closing tag No

Remarks

In the context of sending files over the HTTP protocol through the LOGTARGET element, it indicates that an HTTP header parameter based on the information in this tag should be added.

Example

The following example shows how to send a compressed log file back to the server.

<LOGTARGET HREF="http://sample.microsoft.com/logging/" METHOD="POST">
	<HTTP-EQUIV NAME="encoding-type" VALUE="gzip" /> 
</LOGTARGET>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.