I’ve got a 3 frame frameset in the Notes client. In one frame I have a link which launches a xpage using this Action Hotspot:
@URLOpen(“notes://” + @Name([CN]; @Subset(@DbName; 1)) + “/” + @Text(@ReplaceSubstring(@ReplicaID; “:”;“”))+“/AllMyIssues.xsp?openxpage”)
I’ve set the frame properties such that ‘default target for links in frame’ is set to the data display frame but when I select the link, it opens in a new Notes window and not in the frame specified. Any ideas how to force the xpage to open in the specific Notes frame?
thanks
clem