Examples: SetTargetFrame method
This script opens a page into a specific target frame.
Dim workspace As New NotesUIWorkspace
Call workspace.SetTargetFrame("top")
Call workspace.OpenPage("banner")
This script opens a page into a specific target frame.
Dim workspace As New NotesUIWorkspace
Call workspace.SetTargetFrame("top")
Call workspace.OpenPage("banner")