FrameName Property

Returns or sets the name of the specified frame on a frames page. Read/write String.

Remarks

For more information on creating frames pages, see Creating frames pages .

Example

This example sets the name of the specified frame to "BottomFrame".

ActiveWindow.Document.Frameset _
    .ChildFramesetItem(3).FrameName = "BottomFrame"

Applies to | Frameset Object

See Also | FrameDefaultURL Property | FrameDisplayBorders Property | FrameLinkToFile Property | FrameResizable Property | FrameScrollBarType Property