C.8.8.3. iframe

Inserts an HTML IFRAME element within a group. The IFRAME may contain any arbitrary web page and may communicate with the Mechanical Wizard via script.

<iframe
src="uri" />

Attributes

src

Specifies the URI of the web page to load into the IFRAME. See the topic on IFRAME Elements for notes on security restrictions.

Table 5: Element Information

Parents group
Children None
End Tag No - close element with "/>"

See Also

Using IFRAME Elements.