LOGLOG*
*



Contents  *



Index  *Topic Contents

*Previous Topic: LATESTTIME
*Next Topic: LOGIN

LOG

<LOG
VALUE="document:view"
/>

Specifies that the URL of the parent ITEM element should be recorded in a page-hit log file. Additional information on page-hit logging is available in the Creating Active Channels documentation.

VALUE="document:view"
Required. Specifies the event to be logged. Currently, "document:view" is the only value supported by Internet Explorer.

Number of allowed occurrences: Any number
Parent elements Child elements
ITEM None

An ITEM can be logged only if the path of the ITEM's HREF attribute falls under the path of the CDF file's URL or the path of the LOGTARGET's HREF. Note that this element is also valid for a CDF file being used as an Active Desktop item (<USAGE VALUE="DesktopComponent"></USAGE>).

There is no end tag associated with this element.

Example

<ITEM  HREF="http://www.foosports.com/promotion.htm">
    <LOG VALUE="document:view"/>
</ITEM>


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