This topic has not yet been rated - Rate this topic

MOREINFO

Windows CE .NET

This element specifies a URL to a Web site, e-mail address, or script command associated with a show or clip.

<MOREINFO
  HREF="URL"
  TARGET="Frame"
/>

Parameters

HREF (required)
URL to a Web site, e-mail address, or script command.
TARGET
The TARGET attribute is not supported in Windows CE. This attribute is set to "" (an empty string) and any attempts to change it are ignored.

Parent/Child Information

Hierarchy Allowed element
Parent elements ASX, ENTRY
Child elements None

Remarks

This element specifies a URL to a Web site, e-mail address, or script command. The details depend on the parent element of the MOREINFO element:

If the HREF parameter specifies a URL to a Web site, the browser opens and navigates to the URL. If the HREF attribute specifies a script command, the script command executes in the browser.

<ASX VERSION="3.0">

   <TITLE>Example Media Player Show</TITLE>
   <MOREINFO HREF="http://example.microsoft.com/info/show_info" />
   
   <ENTRY>
      <TITLE>Example Clip</TITLE>
      <MOREINFO HREF="http://example.microsoft.com/info/clip1_info" />
      <REF HREF="mms://example.microsoft.com/media.asf" />
   </ENTRY>
   
</ASX>

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.

Did you find this helpful?
(1500 characters remaining)