例: SetTargetFrame method

次のスクリプトは、特定のターゲットフレームにページを開きます。

Dim workspace As New NotesUIWorkspace
Call workspace.SetTargetFrame("top")
Call workspace.OpenPage("banner")