FrameName Property Example

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

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