ID Attribute (VMLFrame)(VML)

This topic describes VML, a feature that is deprecated as of Windows Internet Explorer 9. Webpages and applications that rely on VML should be migrated to SVG or other widely supported standards.

Note

As of December 2011, this topic has been archived. As a result, it is no longer actively maintained. For more information, see Archived Content. For information, recommendations, and guidance regarding the current version of Windows Internet Explorer, see Internet Explorer Developer Center.

 

Defines a unique identifier for the frame. Read/write. String.

Applies To

VMLFrame

Tag Syntax

<v: element ID=" expression ">

Script Syntax

element .ID="expression"

expression=element.ID

Remarks

Use ID to reference a frame. For example, you can move the frame around on the page by changing the frame position referenced by the ID.

VML Standard Attribute

Example

The ID of the frame is "frame01".

   <v:vmlframe id="frame01" clip="True"
   origin="100pt,100pt" size="50pt,50pt"
   src="external.vml#shape01"
   style='top:160pt; left:100pt; width:50pt; height:50pt'
   </v:vmlframe>