AA*
*



Contents  *



Index  *Topic Contents

*Previous Topic: ?XML
*Next Topic: ABSTRACT

A

<A
HREF="url"
>

Defines a hypertext link for an element. The URL specified in the HREF= attribute will be displayed in the browser channel pane if the TITLE element is not present.

HREF="url"
Required. Specifies the URL associated with the parent element. The browser navigates to this location when the parent element is clicked.

Number of allowed occurrences: None or one (per parent element)
Parent elements Child elements
CHANNEL None
ITEM

The HREF= attribute of the parent element must be omitted when using the A element. To a CDF client, including the A element is functionally equivalent to using the HREF= attribute with the parent element and omitting the A element.

The end tag </A> is required.

Example

<ITEM>
    <A HREF="http://www.foosports.com/page1.htm">This is a link to page 1.</A>
</ITEM>


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