External Interfaces > RealWeb > RealWeb API > Frames > RW_IFRAME

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_IFRAME (RealWeb) (rw_iframe.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_IFRAME


Purpose

Defines an inline frame. An inline frame is not included in a frameset, but can be inserted anywhere in an HTML document is the same way as inserting a graphic (see RW_IMAGE). The inline frame defines a rectangular area within the document in which the browser displays a separate HTML document.

Syntax

RW_IFRAME(URL, Name, aClass)

Parameters

URL The URLClosed of the document to occupy this frame.

Name The name of the frame (optional).

aClass A dynamic array that can contain the following elements:

Element No. Attribute Description
1 CLASS The name of a tag class defined in a CSSClosed stylesheet.
2 ALIGN The frame alignment: TOP, MIDDLE or BOTTOM.
3 WIDTH The width of the frame, in pixels.
4 HEIGHT The height of the frame, in pixels.

Attributes defined in the aClass parameter are applied to the IFRAME tag.

For information about using aClass, see The aClass Parameter.

RealityV15.1 (MoTW) Revision 7Comment on this topic