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.