LOGTARGETLOGTARGET*
*



Contents  *



Index  *Topic Contents

*Previous Topic: LOGO
*Next Topic: PURGETIME

LOGTARGET

<LOGTARGET
HREF="url"
METHOD="POST"
SCOPE="ALL" | "OFFLINE" | "ONLINE"
>

Specifies where to send a CDF client page-hit log file. This element must occur before any ITEM elements in the CDF file. For details about the type of information gathered, see the Page-Hit Logging section.

HREF="url"
Required. Specifies the URL of where the log should be sent.
METHOD="POST"
Required. Specifies the HTTP method to be used for sending the data.
SCOPE="ALL" | "OFFLINE" | "ONLINE"
Specifies which type of page hits should be logged. Page hits can be logged for offline (read from local cache) or online (read from URL) browsing. The default for this attribute is "ALL", which logs both types of hits.

Number of allowed occurrences: None or one (top-level channel only)
Parent elements Child elements
CHANNEL HTTP-EQUIV
PURGETIME

The end tag </LOGTARGET> is required.

Example

<LOGTARGET HREF="http://www.foosports.com/logging" Method="POST" SCOPE="OFFLINE">
    <PURGETIME HOUR="12"/>
    <HTTP-EQUIV NAME="ENCODING-TYPE" VALUE="gzip"/>
</LOGTARGET>


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.